> > > while($row = mysql_fetch_row($rs)) > > > > ^^^ should be "array". > > Why should it be array and not, let's say, object? Because I went on to use it as if I'd used fetch_array in the rest of the example code, I'd wager. :) Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- RE: [PHP] Populating HTML List boxes From DB Jason Murray
- RE: [PHP] Populating HTML List boxes From DB Peter Houchin
- RE: [PHP] Populating HTML List boxes From DB Jason Murray
- RE: [PHP] Populating HTML List boxes From DB Peter Houchin
- RE: [PHP] Populating HTML List boxes From DB Jason Murray
- Re: [PHP] Populating HTML List boxes From DB Alexander Skwar
- Jason Murray