View Single Post
Old 2003-11-19, 01:45 AM   #21
{fusion}
Aw, Dad, you've done a lot of great things, but you're a very old man, and old people are useless
 
Join Date: Oct 2003
Location: Hong Kong
Posts: 28
Send a message via ICQ to {fusion}
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..
{fusion} is offline   Reply With Quote