Re: [PHP-DB] Re: PHP-WIN MYSQL Double results

2003-01-30 Thread Chris Deam
Okay, I kinda fixed it. I added the DISTINCT option to the sql query. DISTINCT returns only one row when multiples arre found. What I don't understand is that there is only one row returned in the MYSQL console. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://

Re: [PHP-DB] Re: PHP-WIN MYSQL Double results

2003-01-30 Thread Chris Deam
Okay, I used print_r but now I get "Resource Id #19" no sort of array info. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Re: PHP-WIN MYSQL Double results

2003-01-30 Thread Hutchins, Richard
hen there's a problem further down in your code. > -Original Message- > From: Chris Deam [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 30, 2003 3:07 PM > To: [EMAIL PROTECTED] > Subject: [PHP-DB] Re: PHP-WIN MYSQL Double results > > > $pquery = "SEL

[PHP-DB] Re: PHP-WIN MYSQL Double results

2003-01-30 Thread Chris Deam
  $row[0]  $row[2]  $row[1]  $row[3]"; } ?> -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php