How many ways we can pass the variable through the
navigation between the pages?
Answer Posted / mayur kannaujia
query string
session
cookie
get & post
hidden form field
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is the static variable in function useful for?
Is polymorphism inherited?
How do you execute a php script from the command line?
What is super () python?
What is the output of the ucwords function in this example?
What is session expiry?
How to execute a php script from the command line?
How to convert the first character to upper case?
Tell us how can we access the data sent through the url with the post method?
What can php do?
What are the advantages of stored procedures?
With a heredoc syntax, do I get variable substitution inside the heredoc contents?
What is strcmp () in php?
What is the differences between $a != $B and $a !== $B?
Are php short tags acceptable to use?