My web host supports PHP. I can use a file with a .php extension, and it works fine. I was looking at a tutorial, and it showed an .html page with lines like this in it:
<?php phpinfo(); ?>
This doesn't seem to work. What am I doing wrong?
the file must have the .php extension for any coding to work.
OK, thanks. They didn't make that clear.