How many ways are there for passing variables between pages
in PHP and what are they ?
Answer Posted / vinod kumar wedhera
get(in url) ,Post (through form),Session,Cookies there are
four ways to pass the variable
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Tell me how to find the position of the first occurrence of a substring in a string?
What is the use of @ in php?
How is the comparison of objects done in php?
Will a comparison of an integer 12 and a string "13" work in php?
What is a persistent cookie in php?
Is php deprecated?
What is php data type?
How to make horizonatl menu and vertical menu responsive
How check submit button is clicked in php?
What is the current stable version of php?
What are php libraries?
How does php work with apache?
What is the difference between Session and Cookie?
How can you encrypt password using php?
What is use of header() function in php?