[PHP-DB] Re: Upcoming event script
Should be something like so... "SELECT text FROM events WHERE date < now() SORT BY date DESC LIMIT 1" That should work. Adam
[PHP-DB] Re: Upcoming event script
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I'm sorta new at php, as most of my experience is in ASP...so I need a > little help. > > I am making a "next upcoming event" script. Basically, I want to be able to > put into mysql a description of the even and a date where the postin