![]()
How do I embed php in html
I've tried the below in the .htaccess but it does not run the php
AddType application/x-httpd-php .htm .html
The call in a html page is:-
<?php
include_once("http://ns1.openhsp.biz/~acomput/apf4/amazon_products_feed.cgi?SearchIndex=Books&BrowseNodeName=Books");
?>
Note, I need to change my domain name Nameservers to point to this.
Thanks
http://www.comparebargains.com/books.html
Needs to call this:-
http://ns1.openhsp.biz/~acomput/apf4...NodeName=Books



LinkBack URL
About LinkBacks
Reply With Quote





