I just put the finishing touches on a shopping cart script I wrote and want to make it more secure by validating the user input. I read a couple of articles and look for a way to check the user input via php for the following signs: ",';() I just don't get it right with preg_match and regular expressions to detect the use of those signs. Any help would be awesome!