Tell me how can we pass the variable through the navigation between the pages?



Tell me how can we pass the variable through the navigation between the pages?..

Answer / Birjesh Kumar

In PHP, you can pass variables from one page to another using a few methods: Query strings, Sessions, Cookies, and Hidden Form Fields. For simple data passing, query strings are often used by appending the variable name and value to the URL after a question mark (?). However, for sensitive data, sessions or cookies are better options.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More PHP Interview Questions

Tell me how do I escape data before storing it into the database?

1 Answers  


Explain the difference between static and dynamic websites?

1 Answers  


Write syntax to open a file in php?

1 Answers  


How can we get second of the current time using date function?

2 Answers   FD, IBM,


Which is better php or wordpress?

1 Answers  


Which function is used to read a single character from a file in PHP.

1 Answers  


how to upload more than 50 mb? i tried but session was expired....certain time .....i was set session duration three days .... how to rectified? if any one know that post ur answer as soon as possible?already i was increase php.ini but not working......

2 Answers  


Is there any way to call a JAVASCRIPT function in PHP in AJAX

4 Answers  


What is data type in php?

1 Answers  


What is exception handling in php?

1 Answers  


How to redirect https to http url through .htaccess?

1 Answers  


How can you tell if a number is even or odd without using any condition or loop?

1 Answers  


Categories