In article <[EMAIL PROTECTED]>, Torsten Roehr wrote:
> "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';

readfile is in this case more appropriate imho

-- 
Tim Van Wassenhove <http://home.mysth.be/~timvw>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to