I have browser game. There is message send form.
I didn't make real escape string function to the "message_content" variable.
There is any option, that the user could make after the insert of the message, any update ?
I mean that the user could write a sql code in the message_content
that can UPDATE values in the sql? Like update users
set gold
= '9999' where username
= 'my_username'
THANKS ALOT....
And that it only a question. Don't worry i already made mysql_real_escape_string
...