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)


where $contents is the binary variable.

Can anyone help me, please
thank
Gio

_________________________________________________________________
The new MSN 8: advanced junk mail protection and 2 months FREE* http://join.msn.com/?page=features/junkmail



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



Reply via email to