Forum Moderators: phranque
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
If your host supports cgi's, and most of them do, then you could write a perl script to connect to the database. If you decide to go that route, Perl in a Nutshell from O'Reilly is an invaluable reference, as is the Perl forum on this site. Other than that, you could see what languages your host does support, or find another host that supports PHP (the vast majority do these days).
Chad