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... ".$query); echo ''; for ($i=0; $row = mysql_fetch_ass

Re: drop down list using php and mysql

2002-03-15 Thread Nathan
uot;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 to be : for ($i=0;

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
rop 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

RE: drop down list using php and mysql

2002-03-15 Thread Gurhan Ozen
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 the result set and print them o