go cre8 Posted November 13, 2007 Posted November 13, 2007 i'm trying to fill my product description with an html file via an include... the standard php include codes don't seem to work... does anyone know how i can do this? any help would be greatly appreciated
Guest Posted November 13, 2007 Posted November 13, 2007 i'm trying to fill my product description with an html file via an include... the standard php include codes don't seem to work... does anyone know how i can do this? any help would be greatly appreciated did you use an absolute path to reference the file?
go cre8 Posted November 13, 2007 Author Posted November 13, 2007 <?php include("http://www.blah.co.uk/catalog/include_descriptions/business_cards.php"); ?> that's what i'm entering into the product description at the moment but no luck... ? :(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.