Forum Moderators: coopster
I've had a few problems with it lately though, such as entering text with quotes (") or (') and now I'm having problems entering the embedded code from youtube videos it just stops entering the data once it hits (&). I'm assuming it does this with other characters to I just haven't noticed yet.
If anyone knows how to fix this it is appreciated!
Also if you need to know I'm running PHP 5.2.9 and Mysql 5.0.83.
From your problem (errors in &), it seems you dont perform any such checkes
Take a look at mysql_real_escape_string(), htmlentities(), urlencode(), htmlspecialchars() in php manual to get a first idea on what steps to take as precaution.
Of course, this subject cant be thouroughly examined in one post - better search here in webmastrerworld, as there are many topics on those security issues