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
Explain me is multiple inheritance supported in php?
What is mysqli_query?
Can php run without apache?
What is csrf token and why it is required?
How to delete an element from an array?
Is it more secure to use cookies to trfer session ids?
What is the difference between Split and Explode in PHP?
Distinguish between urlencode and urldecode?
What language is php based on?
how to track no of users logged in?
Does apache use php?
What is PECL?
What are the difference between overloading and overriding in oops?
Where do I run php code?
What is var_dump function in php?