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
How can I use single quotes in single quotes in php?
How to check an element is exists in array or not in php?
The left association operator % is used in PHP for?
What is the use of Php variables?
What is singleton pattern in php?
Explain mysql_error().
What is csrf validation?
Explain soundex() and metaphone().
List some sorting functions in php?
Is php procedural or oop?
Write logic to print Floyd's triangle in PHP?
What can php do?
What is the use of "echo" in php?
What php framework does wordpress use?
What is a persistent cookie in php?