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!
Hi guys,
I would like to ask you about all the characters that can be used in MySQL safely. I have a kindof a list but I need all of them. I want only characters like:"?+!" but not any letters.
filtration would need to be based on the data you are storing, not so much on MySQL. mysql_real_escape_string() is used to prepare data once you've filtered it.