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
How are sessions maintained?
What is the use of hooks?
What is a namespace in php?
Do while loops?
Write down the code for save an uploaded file in php.
What is isset function in php?
How the result set of mysql be handled in php?
What does the unset() function means?
Differentiate between require and include?
Which php global variable is used for uploading a file?
What is difference between count or sizeof function in php?
Is empty array php?
sort term descripttion form, report and uery
What is empty () in php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?