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 was the old name of php?
what is PDO?
What language is php written in?
How can we change the value of a constant?
What is difference between include and include_once in php?
Tell me how is it possible to know the number of rows returned in result set?
What are php functions?
How to get a total number of rows available in the table?
How php statement is different from php script?
What is the method to register a variable into a session?
Explain the difference between array_merge() and array_combine()?
Do you know what is the use of the function 'imagetypes()'?
What does it mean when it says the csrf token is invalid?
Explain type casting and type juggling.
Is it possible to protect special characters in a query string?