10-20-2008, 06:17 AM
|
#2 (permalink)
|
|
The Contributor
Join Date: Oct 2008
Location: Nuremberg, Germany
Posts: 26
Thanks: 3
|
Hi cf,
your if-else block at the regex-thingy says: If the regex matches, do something in your Db, if not, output 'Your account was made'. I don't know if that is what you want your script to do.
Please filter your $_POST values, don't use them unfiltered in SQL statements. It's very dangerous( SQL-Injection).
Greetings,
Alex
|
|
|