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
How break and continue while loop in php?
Which functions are used to count the total number of array elements in php?
What is magic quotes?
What is php used for?
How many days will it take to learn php?
What is the use of $_request variable?
Explain PHP looping?
How to open a file in php?
How failures in execution are handled with include() and require() functions?
What are the characteristics of php?
How does cookies work in php?
Tell me what is the meaning of a final class and a final method?
What are the 3 scope levels available in php and how would you define them?
What is the definition of a session?
Explain what is the difference between mysql_fetch_array() and mysql_fetch_assoc()?