> When you write a php script to access a database,edit > records, etc., is the entire thing 1 giant PHP page or a > bunch of different ones?
A giant one If it can be written both ways, > which is the better way to do it? Depends how big is your 'giant'. It is all about your coding style, but it is advisable not getting over 500 lines - saves you a lot of developing time. However, too many (7, 10, more) includes will become noticeable. Not all is said by this, there are so many reasons why use this or that, but generally it is up to your own coding style. Maxim Maletsky www.PHPBeginner.com -- 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]