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 is advanced php programming?
What are php data types?
What is move_uploaded_file in php?
Explain the difference b/w static and dynamic websites?
What is mysqli_real_escape_string?
What is substr in php?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
explain php variable length argument function.
How to convert strings to upper or lower cases?
What are different types of errors available in Php?
What is printf in php?
What is php oops concepts?
Should I use mysqli or pdo?
Tell me when a conditional statement is ended with an endif?
What are the Advantages and Application Areas of PHP?