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
Do you have to initialize variables in php?
Where sessions stored in PHP?
What are the different data types in javascript?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
How can you propagate a session id?
What is htaccess in php?
Difference between mysql_connect and mysql_pconnect?
Do you know what is the differences between $a != $B and $a !== $B?
What is multidimensional array in php?
How to block direct directory access in PHP?
write a note on Testing the web site
Explain how to execute a php script using command line.
What is php session id?
What is csrf token and how it works?
What is the difference between characters 34 and x34?