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
What is the difference between rest and soap?
What do you use php for?
How to check your php installation?
What is is_null() in php?
What is the difference between $message and $$message in php?
What is the difference between require and include in php?
What are the advantages of triggers?
How to write a program to make chess?
Is it possible to extend the execution time of a php script?
What are the delimiters in php?
Is there an easy way to delete an element from a php array?
What is the difference between include and require?
How variables are passed through arguments?
Why do we use cookie?
Do you know what is use of count() function in php?