Hi there,
I have tried to replicate the PHP validation forms from examples 11-10 and 17.3 however in both cases the programs are allowing me to enter characters such as "> , < , / " and are then outputting these characters in the results.
I'm also slightly confused by example 11-10 which used the code from example 11-9, does $var simply relate to any variable in the POST array? The variable $var only appears in the sanitizeString function and nowhere else in the program.
Thanks in advance to anyone that can help.
Ryan












