How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / ram kaushik
1.Session
2.GET
3.Post
4.using header() function
5.using window.location function
6.using hidden field]
7.cookies
8.query string
9.using ajax function
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How to check an key is exists in array?
How we can declare variable in php?
What is super keyword in c++?
write a note on Testing the web site
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
Why sessions are used in php?
How to insert a line break in php string?
Tell me how can we display information of a variable and readable by human with php?
Is php an object or array?
What are php filters?
What's the difference between using mysql_ functions and pdo?
What is mvc? Why its been used?
Do you know what is the difference between the include() and require() functions?
How can we display information of a variable and readable by human with php?
What is smarty?