Hi, I am using Apache/PHP3 under Linux. Should all my php files have .php3 extension? How can I include php code inside a file with a .html extension?
Thanks in advance, vijil
you can't. unless you would define all html-extensions as being php-scripts.
You can use this in your html codes...
<script language="php"> php code </script>