How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / shivu
Hidden fields
Session
Cookies
URL using ? symbol
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is difference between session and cookie in PHP?
Why echo is faster than print in php?
What is preg_match?
What is parent __construct ();?
How to check if a string contains a character or word in php?
How to check an key is exists in array?
What is the difference between array_merge() and array_merge_recursive() in php?
What is php session_start() and session_destroy() function?
Why do we use session?
How long should a session last?
Difference between $message vs. $$Message in php.
How to retrieve the original query string?
Explain some of the php array functions?
Is php better than python?
Explain the purpose of output buffering in php.