09-28-2008, 08:43 AM
|
#3 (permalink)
|
|
The Addict
Join Date: Apr 2008
Posts: 200
Thanks: 18
|
im just making a simple code yet for my simple tutorial about it :) and will add another code for the sql injection and xss :)
btw, thnx i will try the code.
And i am making a registration system for user.
btw this is what i get when i echo the $usrAdd
Quote:
|
INSERT INTO users(username, password, email, fullName) VALUES(aldin, 9cdfb439c7876e703e307864c9167a15, aldin@yahoo.com, aldin moreno)You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '@yahoo.com, aldin moreno)' at line 2
|
And im making a simple registration system, but still the same error.
|
|
|
|