LAMPInterview

A Venture from AccuGlobal.com

What’s diffrence between Get() and Post() Function.

Posted by lampinterview on May 14, 2008

Get shows information travling on the address bar but pet do not shows in this way the post method is more
secure than get.

2 Responses to “What’s diffrence between Get() and Post() Function.”

  1. TechoDesign Says:

    As said above, i also want to include another point, through get() method we can send onnly 100 characters, so get()
    method as limitation on the information send. whereas post() method doesn’t have any limitaions.

  2. AccuGlobal Says:

    get() method we can send only 100 characters post() method send (in php 8mb it is default in php.ini
    file) it can change using ini_set.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>