View Single Post
Old 12-29-2007, 02:54 PM   #2 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default

On the register function, you have in the query that the username should be set to $username, but where is that variable set?

Also, you refer to $this->db when you're calling a query, but I don't see where you set the $db variable in the class..

Also, why do you have $this->register in the beginning of the reg function?
Tanax is offline  
Reply With Quote
The Following User Says Thank You to Tanax For This Useful Post:
codefreek (12-29-2007)