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 / tarangini
using $_REQUEST[var]
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is php regular expression?
Explain the differences between get and post methods?
Explain the difference b/w static and dynamic websites?
What is the different between count() and sizeof() in php?
How do you identify independent and dependent variables in research?
Explain what are the different errors in php?
How cookies are transported from servers to browsers?
How does the identity operator ===compare two values in PHP?
Which software is used to run php programs?
What does session start do in php?
How do I escape data before storing it into the database?
What does $_ post mean in php?
What is the default time of cookie in php?
what is PDO?
What is php glob?