Suppose a variable may passed to other page using any of
get,post,session,cookie methods and u want to retrive that
variable value . what is the syntax?
Answer Posted / raja
using $_POST['var'];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we change the value of a constant?
What is difference between Method overriding and overloading in PHP?
Does php support function overloading?
What is the importance of parser in php?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
Which method removes the last element from the end of an array?
How check variable is set or not in php?
What is php and what does it do?
Do you know what is the use of rand() in php?
How a constant is defined in a php script?
What is difference between session_unset and session_destroy?
How to pass variables by references?
What is data abstraction in php?
Which MySQL function would you use to select a database?
What are the advantages of oops in php?