How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / prince antony
1. GET (url)
2. POST (html form)
3. SESSION (For each browser)
4. COOKIES (For Browser and in system cache)
5. FILES (File Names and size)
6. HTTP (For Jquery method Ajax string JSON)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
When should you use a stored procedure?
Which Scripting Engine PHP uses?
How can you make a connection with mysql server using php?
How can you declare a constant variable in php?
> symbol is used to redirect the output of a command. State Whether True or False?
what are interfaces and Abstart classes
List data types in PHP?
What are the advantages of stored procedures in php?
Explain php explode() function.
What is isset function in php?
How to compare two strings with comparison operators in php?
What is php compared to html?
Which php framework is best for beginners?
What is cURL in PHP?
Does php 7 support mysql?