RE: [PHP-DB] php/mysql query

2003-02-20 Thread Kelly Protsko
Well if the zip codes have something in common just do a pattern match for them or are you just picking random zip codes? This way you only need one one sql statement to bring everything back. Kelly -Original Message- From: Julie Keywell [mailto:[EMAIL PROTECTED]] Sent: February 20,

RE: [PHP-DB] php/mysql query

2001-07-22 Thread David Balatero
Actually, I am kind of confused.. =P ...why wouldn't SELECT * FROM table WHERE (artist_id = '$id') work? -- David Balatero [EMAIL PROTECTED] -- -Original Message- From: Matt Nigh [mailto:[EMAIL PROTECTED]] Sent: Sunday, July 22, 2001 6:30 PM To: [EMAIL PROTECTED] Subject: [PHP-DB]