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
What is final in php?
Can we run php in apache tomcat?
Distinguish between urlencode and urldecode?
How do you compare strings in java?
Is php an api?
What is difference between static and constant in php?
Can I learn laravel without php?
How does cookies work in php?
Difference between $message vs. $$Message in php.
How can we execute a php script using command line?
How to redirect a page in php?
Explain about switch statement in PHP?
Can we use onclick in submit button?
Whether it is possible to share a single instance of a memcache between multiple php projects?
How values in arrays are indexed?