PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
The query works only for a short sentences but when it's a long text it refuses to update. The field type is longtext.
Who can help me????
I am using it on 2 servers and on one it works and the other doesn't ???
$query = "UPDATE $usertable SET Code='$Code',Comment='$Comment'WHERE id='$id' ";