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?

Answer Posted / jasmin

Post method use in FORM posting
Post method can carry unlimited data.
Data secure in post method.

Get method usually carry that information which in visible
to anyone which is append with URL . So the data in not
secure in get methode.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is php class name case sensitive?

508


What is the main difference between require() and require_once()?

509


How to return ascii value of character in php?

585


How to define a user function?

566


How to remove an empty directory?

567






Tell me what is the difference between ereg_replace() and eregi_replace()?

538


Explain what is the main difference between require() and require_once()?

527


How do I run php?

524


How to block direct directory access in PHP?

547


What is the purpose of a query?

495


Explain me what are the 3 scope levels available in php and how would you define them?

720


What is the use of limit in mysql?

506


What are the environmental variables?

578


What are the differences between echo and print?

553


What is the default time of cookie in php?

527