How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / amit
i think there are more than 4 methods as i know
1.through url
2.through form
3.through coockies
4.session
5.hidden variables
6.through header
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is interface? Why it is used?
What types of Data Can Be Used as Array Keys?
Will php die?
How to set session.gc_divisor properly?
Does https prevent csrf?
What is php dependency injection?
Is echo a function in php?
What is php constructor?
How escape single quotes php?
What is php regular expression?
What is implode() in php?
How to return a value back to the function caller?
Describe the security vulnerability of PHP?
What are the different ways to login to a remote server? Explain the me, advantages and disadvantages?
What is session_register()?