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
Which is not a file-related function in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What distinguishes php from something like client side java script?
How to get ip address of a server in php?
Which parts of php are case sensitive?
Explain the advantages of using PHP?
What is the definition of a session?
Why laravel is the best php framework in 2019?
What is the purpose of basename() function in PHP?
Is empty java?
Explain the visibility of the property or method?
What are the differences between require and include?
How do I update php?
Does cors prevent csrf?
How many escape sequences are recognized in double-quoted strings?