Submitted by naran (not verified) on Thu, 01/19/2012 - 22:03.
post is more secure than get, and the main difference between both is that, get shows the data in url which is sent by the user, where as post doesn't it.
Post send unlimited size of data, where get sends limited data like 2kb.
post and get
post is more secure than get, and the main difference between both is that, get shows the data in url which is sent by the user, where as post doesn't it.
Post send unlimited size of data, where get sends limited data like 2kb.
because the $_POST gives you
because the $_POST gives you details what user has been submitted.
Post new comment