View Single Post
  #17  
Old 10-09-2009, 08:10 AM
Bloodrun's Avatar
Bloodrun Bloodrun is offline
I am, who I am.
 
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 45,818
Bloodrun
Send a message via Yahoo to Bloodrun
Default RE: Drop-down menu for myadopt.php

Quote:
Originally Posted by arlecchina
That worked except it only listed the adoptable in which I was on that page because of:
PHP Code:
$query "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' and aid='$id'"
so I changed it to:
PHP Code:
$query "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname'"
and then it listed all the adoptables the owner had.

Thanks so much for your help!

Now I can code it to actually navigate to those pages. Thanks!
Your welcome =D
Glad I could help.
Reply With Quote