09-18-2007, 09:28 PM
|
#20 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
so if I were to do this:
PHP Code:
$sql = printf("SELECT `u_id`, `username`, `password`, `registerdate`, `registerip` FROM `".$this->table['members']."` WHERE `u_id` = %d", $u_id); $this->data = $this->db->fetch($sql);
it would mean that $data['username'] would be the value of the username row?
|
|
|
|