Login
Remember
Register
Ask a Question
How can we pass the variable through the navigation between the pages?
0
votes
asked
Jun 23, 2019
in
PHP
by
SakshiSharma
How can we pass the variable through the navigation between the pages?
#php
#php-php
#php-server-monitor-script
#php-support
#mysql-php
#php-programmer
#php-development
#php-language
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 23, 2019
by
anonymous
It is possible to pass the variables between the PHP pages using sessions, cookies or hidden form fields.
...