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
Write down the code for save an uploaded file in php.
Why do we use csrf token?
How is it possible to parse a configuration file?
What is the apache?
Is array function in php?
What is the function func_num_args() used for?
How to delete an element from an array?
What is the name of scripting engine in php?
What is the difference between == and === in php?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is rest api in php?
What is a static method php?
Name some of the functions in php.
Name and explain five of the PHP error constants?
Can you give example for trait in php?