What is the substitution of submit in PHP?
Answer Posted / umesh
you can use Header
header("Location: nextpage.php")
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
What is the use of the function htmlentities?
How to find the position of the first occurrence of a substring in a string?
What are the Advantages and Application Areas of PHP?
What's the difference between __sleep and __wakeup?
How do I escape data before storing it in the database?
What is reference variable php?
How can we make a constant in php?
Where are sessions stored php?
What is the use of nl2br() in php?
What is php written in?
A process is identified by a unique___
How can you propagate a session id?
Can I learn php in a month?
What does it mean when it says the csrf token is invalid?
Explain me what is the difference between explode() and split() functions?