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


Please Help Members By Posting Answers For Below Questions

What is php dependency injection?

524


What's the best method for sanitizing user input with php?

489


How can I load data from a text file into a table?

560


What is namespaces in PHP?

543


How escape single quotes php?

480






List some string function name in php?

537


What is user defined function in php?

532


What is cookies php?

520


Explain the difference between session and cookies in php?

506


What is data abstraction in php?

576


Can we use session in mvc?

553


Is php 5.6 secure?

534


Are objects passed by value or by reference?

545


What are magic constants in php?

563


What is a string in r?

510