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 many escape sequences are recognized in double-quoted strings?
Why shouldn't I use mysql_* functions in php?
How can you encrypt password using php?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What are php errors?
Tell me can you extend a final defined class?
Explain about objects in PHP?
How the values are ordered in an array?
What is the meaning of symbol '$' in jquery?
Are php sessions secure?
What is whitespace in php?
How check field is empty or not in php?
What is php and how do you use it?
What is php string function?
What is a query give example?