ChristyB,
heres a great little trick that will save your life. Put the following line of code in your .htaccess file
AddType application/x-httpd-php .html .htm
after this the server will parce the php code in your html pages
will work on all servers using apache. if it doesn't work talk to your admin.
to test it just put this line of code in your html file as it
<?phpinfo();?>
it will give you your server info if the .htaccess is correct
__________________
{fusion}
Last edited by {fusion}; 2003-11-19 at 01:48 AM..
|