How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / lekha r nair
1.Session
2.Cookies
3.Query string
4.Header
5.Hidden Field
6.GET
7.POST
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Does https prevent csrf?
What is the use of array_count_values() in php?
What is the use of $_server and $_env?
What is the difference between indexed and associative array?
Can you specify the "new line" character in single-quoted strings?
What are the string functions in php?
How does firefox manage cookies?
What are super global variables in php?
Tell me how to find the length of a string?
How can you send http header to the client in php?
How to create an empty array in php?
What is the difference between html and php?
Explain difference between urlencode and urldecode?
Is string php function?
Write syntax to open a file in php?