
10-09-2009, 08:10 AM
|
 |
I am, who I am.
|
|
Join Date: Apr 2009
Posts: 532
Gender: Male
Credits: 45,175
|
|
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.
|