I generally like to write separate library files containing most of the
code, store them outside of the web directory, include the necessary
libraries and then just insert function calls where I need them in the html.

> From: [EMAIL PROTECTED] (Seb Frost)
> Newsgroups: php.general
> Date: Tue, 21 Aug 2001 20:10:38 +0100
> To: <[EMAIL PROTECTED]>
> Subject: To jump or not to jump?
> 
> Is it good practice (sp?) to jump in and out of php whenever you've got some
> plain html to write, or should one write an entire file in php?  I'm leaning
> towards the latter, unless there's a huge chunk of html code.
> 
> opinions?
> 
> - seb
> 


-- 
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