How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / prasanna
GET,
POST,
SESSION,
COOKIE
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to join multiple strings into a single string?
Explain Type hinting in PHP?
Which php framework is in demand?
What does $_files means?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is difference between array_merge and array_combine?
What does PEAR stands for?
Is php front end?
Which function will suitably replace 'x' if the size of a file needs to be checked? $Size=x(filename);
What is php and why it is used?
How can you increase the maximum execution time of a script in php?
Explain how we can retrieve the data in the result set of mysql using php?
What is class extend in php?
Does php support function overloading?
What is difference between strstr() and stristr()?