For HTML, how will I add the php script
Hi,
I have the following HTML form:
Please guide me where i would store the welcome.php on this onecompiler.com server.
Zulfi.
2 Answers
3 years ago by Zulfi Khan
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