Just include() it.

Duke wrote:

> I'm setting up an html "shell" for my webpage that I include with my php
> code so I don't have to see html crap and whatnot.
> I'm wondering what the best way is to insert the html "shell" into my code?
> Should I just echo the file, should I include(), require(), include_once(),
> or require_once()??
> One section of the shell, which is in a separate file, is an html form -
> would that change the way I include that particular section of html?
> Thanks.
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to