01-02-2009, 10:13 AM
[eluser]m4rw3r[/eluser]
You're missing a dot after $row->username in the INSERT query.
EDIT: also a good practice is to escape the data before insert
You're missing a dot after $row->username in the INSERT query.
EDIT: also a good practice is to escape the data before insert