How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / ram kaushik
1.Session
2.GET
3.Post
4.using header() function
5.using window.location function
6.using hidden field]
7.cookies
8.query string
9.using ajax function
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What types of Data Can Be Used as Array Keys?
How to compare two strings with comparison operators in php?
What is final in php?
Is php better than python?
How to specify argument default values?
What are the variables in php?
Applications written to provide a GUI shell for Unix and Linux are called
What is difference between compile time and run time polymorphism?
What is mysql_real_escape_string used for?
What is php mainly used for?
What is the difference between explode () and split () functions in php?
Is php a cms?
How to read the entire file into a single string?
What is a string in php?
What is a class in php programing?