Html And Php Together
<html> <head> <title>HTML and PHP together</title> </head> <body> <h1 align=center> <?php print "Welcome"; ?> </h1> </body> </html>
Filed Under: Php Basics Examples
<html> <head> <title>HTML and PHP together</title> </head> <body> <h1 align=center> <?php print "Welcome"; ?> </h1> </body> </html>
Filed Under: Php Basics Examples
This feature has not been activated yet.