RE: [PHP] save html created by loop in variable

2002-04-18 Thread Tim Ward
PM To: Jason Dulberg Cc: [EMAIL PROTECTED] Subject: Re: [PHP] save html created by loop in variable On Wed, 17 Apr 2002, Jason Dulberg wrote: I have a WHILE loop that I am interested in storing the html that is generated

[PHP] save html created by loop in variable

2002-04-17 Thread Jason Dulberg
I have a WHILE loop that I am interested in storing the html that is generated based on its results to a variable. This variable would then be echoed later on. Basically the html that is generated from the while loop is a bunch of table cell definitions and some data from the database - this

Re: [PHP] save html created by loop in variable

2002-04-17 Thread Miguel Cruz
On Wed, 17 Apr 2002, Jason Dulberg wrote: I have a WHILE loop that I am interested in storing the html that is generated based on its results to a variable. This variable would then be echoed later on. Check in the manual under Output Buffering. miguel -- PHP General Mailing List

RE: [PHP] save html created by loop in variable

2002-04-17 Thread Jason Dulberg
again for your help on this. Jason -Original Message- From: Miguel Cruz [mailto:[EMAIL PROTECTED]] Sent: April 17, 2002 8:28 PM To: Jason Dulberg Cc: [EMAIL PROTECTED] Subject: Re: [PHP] save html created by loop in variable On Wed, 17 Apr 2002, Jason Dulberg wrote: I have