RE: Date Woes
PHP already has a function that will convert a textual date into a unix timestamp. - strtotime (3.0.12 - 3.0.18 only, PHP 4 >= 4.0.0) strtotime -- Parse about any English textual datetime description into a UNIX timestamp Description int strtotime (string
Selecting records with the highest value no greater than x
o do this with one SELECT statement as opposed to running the above query over and over again, each time decrementing the value of the rating until a record is returned. Any Suggestions? Thanks. Brent Macnaughton - Before posti