![]() |
Home Community Mys-Script Creative Off-Topic |
|
|
Thread Tools | Display Modes |
#1
|
||||
|
||||
![]()
Why does this
Code:
function getdeltabs() { $formcontent = ""; $result = $GLOBALS['adopts']->select("tabs", array("username", "name"), "username = '".$GLOBALS['username']."'"); while ($row = $result->fetchObject()) { $tabname=$row->name; $formcontent = $formcontent."<option value='".$tabname."'>".$tabname."</option>"; $i++; } return $formcontent; } |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Database Query: COUNT(*) | Kyttias | Questions and Supports | 5 | 01-19-2015 03:57 AM |
CSS Query .-. | ChibiMaestro | Templates and Themes | 2 | 12-08-2012 05:51 AM |
Having a problem running a query | !Alive | Questions and Supports | 8 | 03-11-2012 02:39 PM |
MySQL Query Empty on default install? (i.e. No edits.) | Flametail | Questions and Supports | 3 | 10-18-2011 12:30 PM |
Join query for optimization? | Arianna | Questions and Supports | 2 | 04-09-2010 12:32 PM |
What's New? |
What's Hot? |
What's Popular? |