What's diffrence between Get() and Post() Function
Answer Posted / ratan 88 01916 546547
Get() variable will show all parameter in address bar but
post not show. Get() nomber of character limited only 150
but post is unlimited.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is php case sensitive?
Explain me what is the w3c?
Explain me how to include a file to a php page?
How to turn on the session support in php?
Do you have to initialize variables in php?
What are the rules to declare a php variables?
What does empty mean in php?
What is the use of return in php?
How long should a session last?
What Is a Persistent Cookie?
What is implode() in php?
What is the functionality of md5 function in php?
What is the difference between associative array and indexed array?
What is difference between mysql_fetch_array and mysql_fetch_assoc?
How can we determine whether a php variable is an instantiated object of a certain class?