How many ways we can pass the variable through the
navigation between the pages?
Answer Posted / devendrarjadav
There are three ways to pass variables through the
navigation between the pages.
1. Start the session, register variables that you want to
pass on subsequent pages. In subsequent pages again start
the session so you can get all the varibles that registered
with session.
2. Use query string to pass varibles.
3. With the use of form you can pass varibles which you
have used in the form to the page specified with action
attribute.
| Is This Answer Correct ? | 24 Yes | 1 No |
Post New Answer View All Answers
What is form submission?
Is it possible to submit a form with a dedicated button?
What is php regular expression?
When to use inquire vs enquire?
What is meant by pdo in php?
How to create a web form?
Tell me what types of loops exist in php?
What is a query give example?
How cookies are trported from browsers to servers?
What is php constructor?
What is a controller php?
What is filter_var?
Write a program in php to check whether a number is prime or not?
How do I run a php script in windows?
What is ci in php?