How many ways we can pass the variable through the
navigation between the pages?
Answer Posted / somnath
Using session we can pass values from one page to next page.
Also with help of form we can pass hidden values and can get
with the help of $_POST or $_GET depending on form method.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the difference between print() and echo() in PHP?
What is the default session time in php?
What is the difference between Session and Cookie?
Tell me how can we display information of a variable and readable by human with php?
What is $_ get?
Tell me what kind of things have you done on the social side?
How to get number of days between two given dates using PHP?
How to create a public static method in PHP?
What is str_replace()?
Why many companies are switching their current business language to php?
What is the current stable version of php? What advance thing in php7?
What is difference between echo and print in php?
Is php an oop?
Is gender a dependent variable?
What is static variable in php?