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 ci framework in php?
my english is not too good then what we apply for a php programer post
What is difference between put and post method in http?
Explain what is memcache?
What library is used for pdf in php?
Tell me what is the difference between the functions strstr() and stristr()?
How many records can be stored in mysql table?
What is json php?
How can cross site request forgery csrf be prevented?
How can php and html interact?
How to enable cURL in PHP?
What are global variables in php?
What are the new features available in php 7?
Tell me how can we display information of a variable and readable by human with php?
What is apache and php?