0
How To Use php tags in the html(sololearn)?
php tags
4 ответов
+ 4
Create a document with .PHP extension. In that document you could write PHP codes along with HTML codes...
e.g.
<?php
require("header.php"); // or Any php code
?>
<html>
....
<?php echo('Woo'); ?>
...
</html>
<?php
require("footer.php"); // or Any php code
?>
+ 1
Fine Thanks ☺☺
- 1
<DOCTYPE html>
<html>
<Head>
<\head>
<body>
<?php
Code here
? >
</body>
<html>