browse by tag: get
sort by
PHP Security: GET - include
in PHP added by CombinedMinds, on 4/10/2007 get include security
You often find websites with serious but simple to fix security flaws. In this series we will talk about this. This time about GET - include problems.
comment save reportPHP Web Services Without SOAP
in PHP added by goodphptutorials, on 28/9/2006 advanced tutorials delete get post put rest soap web services
REST, unlike SOAP, doesn't require you to install a separate tool kit to send and receive data. Instead, the idea is that everything you need to use Web services is already available if you know where to look. HTTP lets you communicate your intentions through GET, POST, PUT, and DELETE requests.
comment save reportSQL Injections in PHP with MySQL
in PHP added by goodphptutorials, on 16/3/2006 get post security session sql injection
SQL injections are a major security risk in many PHP applications. Injections are caused when a web developer allows the end-user to manipulate a variable that is being inserted into a database query string, generally through the $_GET, $_POST or $_SESSION superglobals
comment save report