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 / raju
$_POST["var"];
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is the difference between runtime exception and compile time exception?
Tell me what type of operation is needed when passing values through a form or an url?
What is action hooks and filter hooks?
What is difference between count or sizeof function in php?
Why does php need server?
what is difference between PHP4 , PHP5
Explain Whitespace Characters?
What is a stored procedure in mysql?
What is abstract class php?
How to get the http request in php?
Write a select query that will be displayed the duplicated site name and how many times it is duplicated?
How to remove an empty directory?
What is the output of the following php code?
Can you pass an array into a function?
Where is session id stored?