[PHP-DB] [PHP] mySQL query assistance...

2010-11-29 Thread Daniel P. Brown
On Mon, Nov 29, 2010 at 14:35, Don Wieland d...@dwdataconcepts.com wrote: Hi all, Is there a list/form to get some help on compiling mySQL queries? I am executing them via PHP, but do not want to ask for help here if it is no the appropriate forum. Thanks ;-)    Yes.    For MySQL queries,

[PHP-DB] php/mysql query

2003-02-20 Thread Julie Keywell
Hi there! I am querying our database for 11,000 different zip codes and it seems to be overloading MySQL. However, common sense says it shouldn't. My question is: When needing to query 11,000 things, is it best to make 1 SQL statement that has 11,000 ors, or run through individual querys 11,000

RE: [PHP-DB] php/mysql query

2003-02-20 Thread Kelly Protsko
, 2003 10:01 PM To: [EMAIL PROTECTED] Subject: [PHP-DB] php/mysql query Hi there! I am querying our database for 11,000 different zip codes and it seems to be overloading MySQL. However, common sense says it shouldn't. My question is: When needing to query 11,000 things, is it best to make 1 SQL

[PHP-DB] php/mysql query

2001-07-22 Thread Matt Nigh
hi. i was wondering if the knowledgeable people on this list could help me out with a problem i'm having. what i need is this: i want a single page that with a variable taken from a database, will display a different page depending on the name of a band.

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] php