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 / raju
$_POST["var"];
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How to send a cookie to the browser?
How to delete an element from an array?
How to get the IP address of the client/user in PHP?
What is the function file_get_contents() usefull for?
Why php is widely used?
> symbol is used to redirect the output of a command. State Whether True or False?
What is the phpstorm?
What does the function get_magic_quotes_gpc() means?
How can you associate a variable with a session?
What does $globals mean?
What is difference between html and php?
Explain do you use composer? If yes, what benefits have you found in it?
Which is incorrect with respect to separating php code and html?
How to set a page as a home page in a php based site?
How to merge values of two arrays into a single array?