How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / lekha r nair
1.Session
2.Cookies
3.Query string
4.Header
5.Hidden Field
6.GET
7.POST
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are arguments in php?
What is session in PHP. How to remove data from a session?
How to register a variable in PHP session?
How can we enable error reporting in php?
Write a program using while loop?
What is form submission?
Write a query to find the 2nd highest salary of an employee from the employee table?
How to upload file in php?
What's the difference between accessing a class method via -> and via ::?
What are the differences between session and cookie?
Write a php function to convert all null values to blank?
How can we check the value of a given variable is a number?
What are php loops?
List the different types of print functions available in php?
What is the difference between implode() and explode() in php?