Posts: 2,640
Threads: 122
Joined: Feb 2010
Reputation:
0
How can I get a chat from my server with mysql?
It's secure?
Posts: 449
Threads: 48
Joined: Jan 2010
Reputation:
0
You mean everytime someone types something in the chat it saves in the MySQL database?
Posts: 2,593
Threads: 38
Joined: Aug 2007
Reputation:
0
I've always wondered why the function is labeled "real_escape_string", seems to me a more proper name would be "filter_string"...
Anyway, use real_escape_string function that most likely exists with your plugin.
Also, this isn't the place to be posting this.