How can we submit a form without a submit button?
Answer Posted / naresh
through header() function.
header("location:url:);
| Is This Answer Correct ? | 4 Yes | 7 No |
Post New Answer View All Answers
Do you know how to delete a file from the system?
Is php a framework?
Explain me is multiple inheritance supported in php?
Name some of the functions in php.
Which function you can use in php to open a file for reading or writing or for both?
What are global variables in php?
What does $_cookie mean?
How cookies are transported from servers to browsers?
How to redirect a url from http to https in .htaccess?
Why is php used?
How cookies are transported from browsers to servers?
Do you know what does mvc stand for and what does each component do?
What is htmlentities function in php?
Explain me what is the difference between $_files['userfile']['name'] and $_files['userfile']['tmp_name']?
What is difference between mysqli and mysql?