How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / guest
As far as my knowledge there are four ways .They are Pass
the variable in URL,through a session,via a COOKIE or with
an HTML form.
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
Why session is required?
What is the use of trim function in php?
Are static variables final?
What is the basic function to search files for lines (or other units of text) that contain a pattern.
What is the use of return in php?
Write a program to find a string is palindrome or not?
What are arguments in php?
Write a hello world program using variable?
Is python easier than php?
What is a stored procedure in mysql?
Is c similar to php?
Tell me how to find the length of a string?
What do you mean by core php?
How do I run a php program in dreamweaver?
How to parse configuration file in php?