View Single Post
Old 07-06-2007   #3 (permalink)
huncyrus
Registered User
 
Join Date: Jul 2007
Posts: 7

for logging must use a little security trick... for username the trimming and the stripslashed is nice thing but not enought. use the strip_tags() function too

Code:
 example: $username = strip_tags($_POST["loginedname"]);
huncyrus is offline