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
How To Get the Uploaded File Information in the Receiving Script?
What are the delimiters in php?
What is htaccess in php?
Explain the difference between isset() and empty()?
Where is session id stored?
Which is better session or cookie?
Which is not a file-related function in php?
What is the use of curl()?
What are sql injections, how do you prevent them and what are the best practices?
How many open modes available when a file open in PHP?
Does php pass arrays by reference?
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
What is the use of php and mysql?
What is the use of limit in mysql?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?