Page 1 of 1

how to call values in select box.

Posted: Sat Oct 27, 2007 10:59 am
by Sawariya
hi everybody i am new with joomla.. i am using joomla-1.5RC
i want to get values  from database..
plzzzzzz anybody can help me..
thanks in advance....

Re: how to call values in select box.

Posted: Sat Nov 03, 2007 4:58 pm
by lobos
You will need to pull the data from the database into an array. After this you will use a foreach statement to iterate thru the array from the database and build your select values.

-Lobos