![]() |
Home Community Mys-Script Creative Off-Topic |
|
![]() |
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
![]()
One more thing... the names aren't showing up?
Code:
function getfamilynames($familymember, $generation){ $familyname = array(array()); for($i=0; $i<=$generation; $i++){ for($j=0; $j<count($familymember[$i]); $j++){ $query = "SELECT * FROM {$GLOBALS['prefix']}owned_adoptables WHERE aid = '{$familymember[$i][$j]}'"; $stmt = $GLOBALS['adopts']->query($query); $adoptexist = $stmt->fetch(PDO::FETCH_ASSOC); if($adoptexist == 0) $familyname[$i][$j] = "<br>"; else $familyname[$i][$j] = $thisadopt['name']; } } return $familyname; } |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Replace shoutbox with a different chat box | tahbikat | Questions and Supports | 0 | 12-01-2015 09:07 AM |
Does this script always not work? | PokeFerno | Questions and Supports | 5 | 05-10-2014 01:17 PM |
Oh My God. Something else does not work | PokeFerno | Questions and Supports | 1 | 05-10-2014 10:14 AM |
Links will not work | Eagle9615 | Questions and Supports | 4 | 07-03-2013 11:30 PM |
Replace Index Page | SilverDragonTears | Questions and Supports | 0 | 06-02-2011 09:24 PM |
What's New? |
What's Hot? |
What's Popular? |