OneCompiler

For HTML, how will I add the php script

Hi,
I have the following HTML form:

<html> <body> <form action="welcome.php" method="post"> Name: <input type="text" name="name"><br> E-mail: <input type="text" name="email"><br> <input type="submit"> </form> </body> </html>

Please guide me where i would store the welcome.php on this onecompiler.com server.

Zulfi.

2 Answers

3 years ago by

helo

3 years ago by John Lois Floro

see the below code, if you want to add php script just write the below code

<!DOCTYPE html> <html> <head> <title>document</title> </head> <body> <?php

?>

</body> </html>
3 years ago by some one