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
Explain the difference between isset() and empty()?
Explain mysql_error().
What language is php based on?
Is php open source?
Explain about the connective abilities of the PHP?
Tell me can you extend a final defined class?
How do you define a constant in php?
What is csrf validation?
How can we submit from without a submit button?
Tell me how to find the length of a string?
What is a php namespace?
Explain about the data types in PHP?
Is laravel frontend or backend?
How to increase the execution time of a PHP script?
How to call php function in jquery?