Quote:
Originally Posted by Bloodrun
Um, you will need to do one of two things.
Either implement ajax this with this function. This is the hardest of the two options.
Or simple make it so that the drop down menu of the adoptable names will lead the person to another page.
|
I am planning on making it so the drop-down menu will lead the person to another page. However, currently the drop-down menu doesn't show up at all.
I believe it is conflicting with this in the original code but I'm not sure:
PHP Code:
$query = "SELECT * FROM ".$prefix."owned_adoptables WHERE owner='$loggedinname' and aid='$id'";
Where would I put this so it will show up, for example, on the rename page and not conflict with the rename action code? Once I know how it will work for one of the action pages I can figure out the other ones.