The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
[Solved] print_select_row() question
im trying to use the print_select_row function, but I don't seem to be doing it correctly.
my understanding from the syntax, is that its basically the same as all other input commands, with the acception of the array parameter, and that seems to be my biggest problem. when using this command, how would I properly pass the array to the function from the results of a query? I've tried Code:
$getids = $DB_site->query("SELECT siteid FROM " . TABLE_PREFIX . "sites"); $idarray = $DB_site->fetch_array($getids); print_select_row("Siteid", 'siteid', $idarray); Code:
$getids = $DB_site->query("SELECT siteid FROM " . TABLE_PREFIX . "sites"); print_select_row("Siteid", 'siteid', $getids); Anyone have any ideas on this one? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|