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
Is key in array php?
How to redirect https to http url and vice versa in .htaccess?
What's the difference between accessing a class method via -> and via ::?
How to convert a json string to an array in php?
What is the difference between query and inquiry?
Tell me what is the use of "ksort" in php?
How to create a table using php?
What is the main difference between require() and include()?
Tell me how the result set of mysql be handled in php?
What is the method to execute a php script from the command line?
How can we know the total number of elements of Array?
Where is php code written?
What is the use of curl()?
Differences between get and post methods?
Which is the correct way to check if a session has already been started ?