How many ways we can pass the variable through the
navigation between the pages?
Answer Posted / madhuri kumari
we also use hidden type to send at subsequent page..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How does csrf attack work?
Tell me what is mean by an associative array?
Which is the best php framework for a beginner?
What is different types of visibility?
What does namespace mean in php?
What is the purpose of basename() function in PHP?
How to get the length of string?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.
Tell me how can we display information of a variable and readable by human with php?
When is a conditional statement ended with an endif?
What is final class and final method in php?
What is mysql_fetch_array?
How to create an array in php?
How to pass variables by references?
Explain the differences between get and post methods?