in reply to Regular Expressions Resource

I'm doing a huge application a user needs to fill out, its separated in to "steps" or 6 different scripts. All I have left to do its make sure its more secure than it is now. I have also waited till the last minute to do my validation. I have Client-Side validation using a nice javascript framework, but no server-side validation (which really bad i know :), thats what im here to do!)

Thanks for those two posts, I will look at that stuff.