Re: [PHP-DB] daisy chaining includes

2001-01-26 Thread John Starkey
Thanks for all the replies. I finally made things readable. A little easier to follow now. instead of scrolling for days :} John On Tue, 23 Jan 2001 [EMAIL PROTECTED] wrote: > Addressed to: John Starkey <[EMAIL PROTECTED]> > [EMAIL PROTECTED] > > ** Reply to note from John Starke

Re: [PHP-DB] daisy chaining includes

2001-01-23 Thread php3
Addressed to: John Starkey <[EMAIL PROTECTED]> [EMAIL PROTECTED] ** Reply to note from John Starkey <[EMAIL PROTECTED]> Tue, 23 Jan 2001 02:02:46 -0700 (MST) > > I'm trying to clean up about 2000 lines of whacked out newbie code > i've created. Is there a way to daisy chain include

RE: [PHP-DB] daisy chaining includes

2001-01-23 Thread Cal Evans
From: John Starkey [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 23, 2001 3:03 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] daisy chaining includes I'm trying to clean up about 2000 lines of whacked out newbie code i've created. Is there a way to daisy chain includes? I have about f

[PHP-DB] daisy chaining includes

2001-01-23 Thread John Starkey
I'm trying to clean up about 2000 lines of whacked out newbie code i've created. Is there a way to daisy chain includes? I have about five includes in each header and I was thinking of making one include file and linking to that. And furthermore :} is there a way to include within a function if i