How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / shivu
Hidden fields
Session
Cookies
URL using ? symbol
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what does this symbol mean in php?
Can we use get instead of post?
What are html entities?
How to remove the new line character from the end of a text line?
What is encapsulation in php with example?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?
What is difference between print and echo in php?
A process is identified by a unique___
How to split a string into array using php?
Can you specify the "new line" character in single-quoted strings?
Is php a case sensitive language?
What is the use of mysqli_real_escape_string() function?
Can php run without server?
What are the advantages of indexes in php?
Can we set session value in javascript?