[PHP] Re: need to find a way to remove similar keys

2002-08-25 Thread electroteque
sorry i found array_unique , so then how could i append the keys out of mysql bak into one array ? Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi i am trying to find a possible way to remove similar id keys and pass back just each different one

[PHP] Re: need to find a way to remove similar keys

2002-08-25 Thread electroteque
never mind SELECT DISTINCT u.user_name, u.email, p.userID FROM user u LEFT JOIN photos p on p.userID=u.user_id WHERE p.galleryID='$galleryID' heh Electroteque [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... hi i am trying to find a possible way to remove