Re: Down list

2008-10-21 Thread Andy Shellam
You might like to try here: http://lists.mysql.com/, then click on Unsubscribe underneath the General Discussion list. Vidal Garza wrote: Please let me down of the list. I resigns from my job. Thanks -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To

Down list

2008-10-20 Thread Vidal Garza
Please let me down of the list. I resigns from my job. Thanks -- BSD is for people who love UNIX. Ing. Vidal Garza Tirado Depto. Sistemas Aduanet S.A. de C.V. Tel. (867)711-5850 ext. 4346, Fax (867)711-5855. Ave. César López de Lara No. 3603 Int. B Col Jardín. Nuevo Laredo, Tamaulipas, México.

drop down list using php and mysql

2002-03-15 Thread mailing list
Hello, I am trying to build a drop down list using php and mysql. Does anyone have any examples of this? Regards, Adrian - Before posting, please check: http://www.mysql.com/manual.php (the manual) http

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
-Original Message- From: mailing list [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 4:52 PM To: [EMAIL PROTECTED] Subject: drop down list using php and mysql Hello, I am trying to build a drop down list using php and mysql. Does anyone have any examples of this? Regards, Adrian

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
down list using php and mysql Hi, This type of qustion should be forwarded to PHP-DB list. Its adres is: [EMAIL PROTECTED] . As for the answer to your question.. IF you'd like to create a dynamic drop-down menu.. You can just just query the table for the options to be displayed and loop through

Re: drop down list using php and mysql

2002-03-15 Thread Nathan
]).''; } echo '/select'; ? # Nathan - Original Message - From: Gurhan Ozen [EMAIL PROTECTED] To: mailing list [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, March 15, 2002 4:17 PM Subject: RE: drop down list using php and mysql A correction... for line has the greater sign wrong:) It has

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
: Nathan [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 6:31 PM To: Gurhan Ozen; mailing list; [EMAIL PROTECTED] Subject: Re: drop down list using php and mysql You could also bypass the num_rows entirely... ?php $query=select field from table; $result=mysql_query($query) or exit