Re: [PHP] Need some help with this idea!

2001-07-24 Thread Chris Cocuzzo
you bring up something I've been wondering about, can I fetch just a single row to output? chris - Original Message - From: Remo Pini <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 24, 2001 11:13 AM Subject: RE: [PHP] Need some help with this idea!

RE: [PHP] Need some help with this idea!

2001-07-24 Thread Remo Pini
M > To: [EMAIL PROTECTED] > Subject: [PHP] Need some help with this idea! > > > hey- > > I want to select the oldest show from a database to display on my > main page, > since the oldest show is also the show happening closest to any current > time(if that makes sense...

RE: [PHP] Need some help with this idea!

2001-07-23 Thread Don Read
On 24-Jul-2001 Chris Cocuzzo wrote: > hey- > > I want to select the oldest show from a database to display on my main page, > since the oldest show is also the show happening closest to any current > time(if that makes sense...). I included a timestamp field in my table of > shows in anticipatio

Re: [PHP] Need some help with this idea!

2001-07-23 Thread David Robley
On Tue, 24 Jul 2001 15:57, Chris Cocuzzo wrote: > hey- > > I want to select the oldest show from a database to display on my main > page, since the oldest show is also the show happening closest to any > current time(if that makes sense...). I included a timestamp field in > my table of shows in a

[PHP] Need some help with this idea!

2001-07-23 Thread Chris Cocuzzo
hey- I want to select the oldest show from a database to display on my main page, since the oldest show is also the show happening closest to any current time(if that makes sense...). I included a timestamp field in my table of shows in anticipation of checking that to find out what was the oldes