How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / laku
create the session store the values in it and call in the
next page
create the cookie store the values in it and call in the
next page
and finally hidden values
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is the advantage of runtime polymorphism?
How to replace a substring in a given string?
what are interfaces and Abstart classes
Is empty function c++?
How we load all classes that placed in different directory in one php file , means how to do auto load classes.
Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?
Write a program in php to check whether a number is prime or not?
How to create an array in php?
How do you identify independent and dependent variables in research?
How to set session.gc_divisor properly?
What does a special set of tags do in php?
What is get method in java?
Do you know how can php and html interact?
What is singleton class in php?
Write a program to get second highest number in an array using php?