How many ways we can pass the variable through the
navigation between the pages?
Answer Posted / mayur kannaujia
query string
session
cookie
get & post
hidden form field
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Different between Joomla And Magento?
Explain me what is the use of 'print' in php?
Differentiate between php5 and php7?
What’s the difference between htmlentities() and htmlspecialchars()?
How to create a session? How to set a value in session? How to remove data from a session?
What is mysql_fetch_row?
How to remove html tags from data in php?
What is the definition of a session?
What is php limit?
Tell me whether it is possible to share a single instance of a memcache between multiple php projects?
Is time a dependent variable?
How many ways to include variables in double-quoted strings in php?
What is a model in php?
Is it possible to submit a form with a dedicated button?
What is the difference between == and === operator in PHP?