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 cURL in PHP?
Which method removes the last element from the end of an array?
How do I use isdigit function?
Tell me how the result set of mysql be handled in php?
What is faster?
Is php 5 still supported?
What is a string in php?
What Is a Persistent Cookie?
What's php?
How to remove duplicate values from array using php?
What is the use of trim function in php?
What is session_register()?
How do I escape in php?
What is the use of get and post method in php?
What is polymorphism?