Jump to content

showing error


whizzykid

Recommended Posts

$updateSQL = sprintf("UPDATE Account SET Transfer Balance=%s,  `Status`=%s WHERE `Transfer Balance`=%s",
                       GetSQLValueString($_POST['Transfer_Balance'], "int"),
                       GetSQLValueString($_POST['Status'], "text"));

Thanks.

Link to comment
https://forums.phpfreaks.com/topic/170781-showing-error/#findComment-900668
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.