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
How to submit form without a submit button.
A process can run only in the background. State Whether True or False?
What are sql functions?
What is PECL?
Explain what are the different errors in php?
When a conditional statement is ended with an endif?
What is overloading and overriding in php?
How to execute a php script from the command line?
What is url encoding and decoding in php?
Why we use get in php?
When is a conditional statement ended with an endif?
how to track no of users logged in?
Write down the code for save an uploaded file in php.
Who is known as the father of php?
What is trim function in php?