View Single Post
  #5  
Old 10-14-2007, 10:46 PM
pipesportugal's Avatar
pipesportugal pipesportugal is offline
Second Lieutenant
 
Join Date: Jul 2007
Location: Oporto - Portugal
Posts: 108
Talking Re: how to fill combobox with dynamic php variables ?

Quote:
Originally Posted by navaldesign View Post
be careful to the >< at the start and the missing > at the end of the second code.

I prefer storing the values in an array and not echoing them directly from the database as this allowes me to make particular validations / checks on the values, if necessary, before feeding them into the combobox.
Hi Naval Design,

Those particular details of the >< and the other one of the "close php tag" without the >, have passed completed aside from my eyes.

In fact it works as it should with the great great advantage of being able to test the values of the arrays.

This was Precious help,

Thank You again and till next time....

pipesportugal
Reply With Quote