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 |
Tell me how do I escape data before storing it into the database?
Explain the difference between static and dynamic websites?
Write syntax to open a file in php?
How can we get second of the current time using date function?
Which is better php or wordpress?
Which function is used to read a single character from a file in PHP.
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......
Is there any way to call a JAVASCRIPT function in PHP in AJAX
What is data type in php?
What is exception handling in php?
How to redirect https to http url through .htaccess?
How can you tell if a number is even or odd without using any condition or loop?