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 retrieve values out of an array?
How can we encrypt the password using php?
Which cryptographic functions in php returns the longest hash value?
Why die is used in php?
What is the use of mysqli_real_escape_string() function?
Explain why would we use === instead of ==?
How to get number of days between two given dates using PHP?
What is composer phar?
What is variable give example?
How to write in a file in php?
Write syntax to open a file in php?
What are the difference between echo and print?
What is the use of offset in mysql?
Tell me what is the main difference between php 4 and php 5?
Is php an array?