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 many columns can be added in a table in mysql?
What is regular expression in javascript?
Why post method is used in php?
How to check if a string contains a character or word in php?
Tell me what is the main difference between require() and require_once()?
What are the differences between session and cookie?
How to create reusable code in php?
explain php variable length argument function.
What is php and features of php?
I am trying to assign a variable the value of 0123, but it keeps coming up with a different number, what is the problem?
What is strlen php?
Tell me how can we connect to a mysql database from a php script?
What is stdclass in php?
Tell me what is pear?
How does session work in php?