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 $_ get?
In php how can you jump in to and out of "php mode"?
What is difference between session and cookies in php?
Tell me in php, objects are they passed by value or by reference?
Write a hello world program using variable?
Explain the difference between $message and $$message?
Which of the data type is compound datatype supported by PHP?
What exactly is validating and sanitizing?
What is an example of a variable?
Is php easier than javascript?
How can you associate a variable with a session?
How to delete an element from an array?
What are the advantages of indexes?
What is session in PHP. How to remove data from a session?
What is the use of $_server["php_self"] variable?