Hi All,
I am using pritaeas found here:
http://www.daniweb.com/web-development/php/code/430455/configurable-table-class
I am pulling in the data and my brain has taken a vacation.
I am using
$arr = $dsn->getRecord('memeber', array('user_id' => 2));
But cannot for the life of me pull the data out.
I get duplication as well from the data:
Array ( [0] => Array ( [user_id] => 2 [0] => 2 [loginName] => UserName [1] => UserName [password] => 30c2927b75d50c71550145ea7aebded6 [2] => 30c2927b75d50c71550145ea7aebded6 [email] => email@hotmail.co.uk [3] => email@hotmail.co.uk ) )
Can someone put me straight on this :)