"Harlequin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > is there a HTML equivalent of the PHP include statement then...?
No, but you can include pure HTML with include()/include_once(). Just give the file a php extension: include_once 'pureHTML.php'; Maybe it works with any extension, haven't tested it. Regards, Torsten Roehr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php