Hi
you can try the follow:
rename the HTML file to .PHTML or .PHP3(to be recognized by the PHP module in the server)
in the html code put the brackets:
<? //This indicates the begin of PHP code
mysql_connect (localhost, root ); mysql_select_db (lloguer);
print ("<TR>"); //prints a table row...
.......
.........
?> // This indicates the end of PHP code...
i wannna be more explicit, but my english doesn't very good yet.. I'm from Mexico
if u would like write me for more details(if spanish is better)
Regards
Jose Lopez
Mexico