Hello,

on 04/09/2008 02:27 AM [EMAIL PROTECTED] said the following:
> Sir
> I want to create combo-boxes/list-boxes from a table which is available in 
> MS-Sql server database. I have established connectivity with ms-sql server 
> database using odbc.
> how can i create combo-boxes in my php scripts?
> waiting for an early reply.

You may want to try this forms generation class that comes with a
plug-in to link 2 or more select inputs . There are variants of that
plug-in can retrieve new options from a database on the server. Most
popular databases are supported, including MS-SQL server, with the
variants that use the Metabase or PEAR::MDB2 database API.

http://www.phpclasses.org/formsgeneration

Here is a live example of the linked select plug-in:

http://www.meta-language.net/forms-examples.html?example=test_linked_select

Here you may watch a tutorial video also about this plug-in:

http://www.phpclasses.org/browse/video/1/package/1/section/plugin-linked-select.html

-- 

Regards,
Manuel Lemos

PHP professionals looking for PHP jobs
http://www.phpclasses.org/professionals/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to