Jump to content

what's wrong here ?


cybernet

Recommended Posts

do_sqlquery("UPDATE {$TABLE_PREFIX}files SET tag='".AddSlashes($_POST["tag"])."', filename='$fname', comment='" . AddSlashes($_POST["comment"]) . "', category=" . intval($_POST["category"]) . "  , visible = $visible, sticky = '" . $sticky . ", vip_torrent = '" . $vip_torrent . "''WHERE info_hash='" . $torhash . "'", true);

 

mysql query is working but the query it self has a problem

 

i think the problem is here

, vip_torrent = '" . $vip_torrent . "'

Link to comment
https://forums.phpfreaks.com/topic/191245-whats-wrong-here/
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.