|
Posted by Jeff on 01/26/07 23:34
Hey
This php (version 5.20) code:
$sql = "insert into Picture(Property, Mime, Data) values (1 , $type,
\"".$image."\")";
Generate this sql (MySql5) error:
Unknown column 'image' in 'field list'
Any suggestions on how to solve this are very welcome!
Jeff
Navigation:
[Reply to this message]
|