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
What are php magic methods/functions?
What is a null coalescing operator in php7?
What is baseurl?
How do you trim spaces in excel?
What is nginx and what is it used for?
What is the importance of php?
What is the difference between the include() and require() functions?
What are the delimiters in php?
Whether it is possible to share a single instance of a memcache between multiple php projects?
What is echo and print in php?
What is php and why it is used?
What is php artisan serve?
Which parts of php are case sensitive?
How to read a file in php?
How we get ip address of client, previous reference page etc?