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 / dakshayani
get() method sends data in the form of url but post() method
will send as a data stream.
data transfered thru get() method is not secured whereas
post() method is safe and secured.
data sent thru get() method will be truncated but for post()
method there is no limitation on the amount of data being sent.
| Is This Answer Correct ? | 24 Yes | 0 No |
what is output of echo 1< 2 and echo 1 >2
8 Answers HCL, Navigators Software,
Is empty function c++?
What are the benefits of using queries?
Is php better than python?
Which have the fastest execution between mysql_fetch_array() and mysql_fetch_assoc()
Why and where do we use htaccess?
Who developed php?
What are the advantages of stored procedures, triggers, indexes in php?
hi guys..i m new to php..and want to learn it including the oops concept...can anybody send me some good programming bases exercise or a small learning project on it at nitsl_a@yahoo.co.in.I know html and going thru some of its websites.But about to go on it practically.plz advice.
1 Answers College School Exams Tests, Satas, Wipro,
List some string function name in php?
Does mysql need php?
What is mvc in php?