giovanni cordeschi wrote:
Using PHP i'm not able to insert a binary variable into a field of type mediumblob of mysql.
The command I've used is:


$cfg_Query = "Insert into (operazioni, datacreazione) Values ('".$contents."', Now())";
$result = mysql_query($cfg_Query, $conn)
It doesn't appear there is a table name in your insert.

If that's not it you might try printing mysql_error() to pinpoint what's happening on the error.

Mike
--
http://mike.kruckenberg.com | [EMAIL PROTECTED]


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to