![]() |
|
#1
|
||||
|
||||
![]()
Ok here is what I have so far and it isn't working LOL
Code:
function gettabs() { $formcontent = ""; $data = $adopts->select("tabs", array("username", "name"), "username = '{$username}'")->fetchObject(); $num = count($data); $i=0; while ($i < $num) { $tabname=@mysql_result($data, $i,"name"); $formcontent = $formcontent."<option value='myadopts.php?tab=".$tabname."'>".$tabname."</option>"; $i++; } return $formcontent; } |
![]() |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Parse error: syntax error, unexpected T_STRING | MikiHeart | Questions and Supports | 29 | 10-31-2013 12:46 AM |
ACP Error : Fatal error: Class 'AppController' not found in... | Isura | Questions and Supports | 39 | 06-17-2013 02:26 AM |
PHP Error on other script. | Tequila | Webmasters Area | 4 | 09-19-2012 06:38 AM |
Parse error: syntax error, unexpected T_ELSE in /home/.nyles/ | Saphira | Questions and Supports | 11 | 05-26-2009 11:45 AM |
What's New? |
What's Hot? |
What's Popular? |