Web Hosting Talk







View Full Version : PHP include for html


dikucha
05-18-2002, 12:57 AM
Hi,

I'm newbie on php.

Can anyone tell me how to put php include on html ?


Thanks,

roly
05-18-2002, 02:10 AM
rename your file to .php then add
<?php include("filetoinclude.html"); ?>

Haze
05-18-2002, 02:27 AM
Are you trying to use php in an html document?

ben
05-18-2002, 04:33 AM
Make an .htaccess file with

AddType application/x-httpd-php .html
inside ;) and put it in your html folder.

dikucha
05-18-2002, 11:17 AM
thanks ben, my problem solved ! :D