Php code for button link
How do I make a button href?
How can I link a PHP page to another page in PHP?
How a button is created in PHP?
|
I'm trying to put a button [that will redirect to the home page] inside a .php file that comes as a result of a submit form. I 've tried making this an .html file and put inside the php code, but didn't work.
There are several ways of creating an HTML button, that acts like a link (i.e., clicking on it the user is redirected to the specified URL). You can choose one of the following methods to add a link to the HTML button. You can add an inline onclick event to the |
