Answer Posted / habib
Actually both method are used to send the form information
but by get method we can send limited data and used in small application while post method is used to send large amount of data and it is more secure than get method because get method show the address in browser
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the function mysql_pconnect() usefull for?
Tell me how to execute an sql query? How to fetch its result?
Inside a php function, what param needs to be set in order to access a global variable?
Is php faster than python?
How are cookies created?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is the purpose of the following files having extensions: frm, myd, and myi? What these files contain?
Which is better php or wordpress?
What are Routines?
for image work which library?
Tools used for drawing er diagrams?
Explain the differences between get and post methods?
Explain what is the function file_get_contents() usefull for?
What is composer json?
Which is better mysql or sql?