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 can you send email in php?
Is php easier than javascript?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
What are the new features available in php 7?
Define soundex()?
What is the use of array_count_values() in php?
Do you know is it possible to extend the execution time of a php script?
Do you know what is use of count() function in php?
How to take a substring from a given string in php?
can you give me an example code of calling java script function in php variable using AJAX.or with out ajax??????
What is the meaning of php?
What is abstraction php?
What is php limit?
What is a lambda function in php?
How to execute a php script from the command line?