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 print_r?
How many types of php are there?
What is the use of rand() in php?
Will react hooks replace redux?
Is php case sensitive?
What is the most convenient hashing method to be used to hash passwords?
What are some new features introduced in php7?
How can you retrieve a cookie value?
What are the environmental variables?
What are helpers in php?
How can we submit from without a submit button?
Do you know is it possible to extend the execution time of a php script?
Do you know how to get the ip address of the client?
What is phpsessid?
How to redirect a page in php?