Re: INSERT dynamic values problem - Need help urgently!

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Try:
<OPTION VALUE=\"$row['class_code']\">" .$row["class_code"]. "</option>";



> while ($row = mysql_fetch_array($sql))
> {
>  print "<OPTION VALUE=\"$class_code\" >" .$row["class_code"]. "</option>";
>  }
> $result = $db->query($sql);


>

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


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux