12-29-2007, 02:54 PM
|
#2 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
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?
|
|
|
|