View Single Post
Old 09-18-2007, 09:28 PM   #20 (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

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?
Tanax is offline  
Reply With Quote