GET Method in PHP

The GET method is restricted to send upto 1024 characters only.
GET can't be used to send binary data, like images or word documents, to the server.
The PHP provides $_GET associative array to access all the sent information using GET method.
Never use GET method if you have password or other sensitive information to be sent to the server.



No comments:

Post a Comment

We are here to listen you, Comment your valueable opinion...!!!