[PHP] Re: scanning for non alpha characters

2002-11-14 Thread Coert Metz
PHP also supports regular expressions Check the manual at php.net for more information (ereg_replace a.s.o) Coert Cj wrote: I want to scan the variables passed from teh url of my script for non alpha characters. The variables should only consist of a-z A-Z 0-9 and spaces, full stops and commas

[PHP] Re: scanning for non alpha characters

2002-11-14 Thread CJ
Did check them, it suggested that it was an optional library! I'll look into ereg_replace. Thanks CJ Coert Metz [EMAIL PROTECTED] wrote in message news:3DD3C27A.9070504;metzonline.nl... PHP also supports regular expressions Check the manual at php.net for more information (ereg_replace