There is no need to use PHP to include HTML in HTML.
You could also use the HTML server-side #include-command.

Greetz,
Arnout

"Torsten Roehr" <[EMAIL PROTECTED]> schreef in bericht
news:[EMAIL PROTECTED]
> "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

Reply via email to