04292005 0845 GMT-6

Carl, I couldnt even get that site to come up at all so, Im going to 
make some guesses here.

1. You want to populate a combo box.
    You know how to do that now.
2. You want to allow someone to make an addition to that box. And when 
that is accepted, you want to do what? Put that new value into the db?

That sounds to me like you are requiring a javascript to help you out on 
this. When the person goes to put in a new value, they will have to hit 
submit so that value is not added to the db and the combo box is 
repopulated with a the new value.

If you want that done without having them submit first, you need a 
javascript to help you out.

Wade



Carl J. Hixon wrote:

> I really need a combobox script that lets me pull values from a mysql
> database.  If I type something into the combobox that isn't here it
> will prompt to confirm addition and then add to the correct table.
> Anybody know of a script out there that will do this?
>
> I found a script from
> www.cgi-interactive.co.uk/populate_combo_box_function_php.html
>
> I was able to use it to put a combo box on a web page and grab the
> data from a mysql database but then what?  I couldn't figure out what
> variable is set by the script or how to use it etc.
>
> Did I mention that I am a newb?
>
> Carl
>
>
>
>
>
>
>
>
> Community email addresses:
>   Post message: [email protected]
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
>
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
>     * To visit your group on the web, go to:
>       http://groups.yahoo.com/group/php-list/
>        
>     * To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.308 / Virus Database: 266.10.4 - Release Date: 4/27/2005
>  
>


[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-list/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to