0
How to embedded php page in HTML ?
2 Réponses
+ 2
just insert <?php ?> in any HTML code.
example:
<html><head><title></title></head>
<body>
This is how you insert <?php echo "php code"; ?> inside HTML.
</body>
</html>
+ 1
in html page or in html script? you cant put any php code in html extension, you can use iframe.