+ 3
Is there any way to link php to my HTML script externally like java script or CSS or must i just embed them in the HTML
PHP
4 Answers
+ 3
We don't link PHP with HTML we replace HTML with PHP because PHP is better(dynamic)
It's Simple just save your HTML file as .php instead and if you want to embed PHP use
<?php
?>
+ 1
use this formule:
<script langage="php>
........
echo"......."
</script>
0
someone please tell me @Saidas' code works.