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 can you tell if a number is even or odd without using any condition or loop?
How does html form submit work?
What are the different types of php variables?
What are Routines?
am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
Write a hello world program using variable?
What is super keyword in c++?
What the use of var_dump()?
How to check an key is exists in array?
How to open standard output as a file handle?
How can you execute php script from the command line?
How do http requests work?
Could we start a variable with number like $4name?
What is csrf token and how it works?
What is the difference between apache vs niginx?