Sunday, September 23, 2007

1. What are the differences between Get and post methods in form submitting, give the case where we can use get and we can use post methods?

A: Get:
i. Get is one of the predefined variables.
ii. It is used to send short data
iii. Get data variables and values are visible at browser.
iv. It is unsecure.
v. 2083 character we can pass through url
Post:
i. Post is one of the predefined variables.
ii. It is used to send more than 100 characters
iii. Post data variables and values are not visible at browser.
iv. It is secure.
v. 8 mb of data we can post

1 comment:

sana ullah said...

For php Interview Questions
Please visit on www.phpinterviewquestion.com

Here you can find PHP,JQuery,Mysql,JS ,wordpress , joomla,drupal questions