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.
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.
May 14, 2008 at 10:49 am
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.
May 14, 2008 at 10:50 am
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.