11-25-2008, 07:56 AM
|
#5 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
And to add to Enfernikus' message, you don't even SET the $id anywhere, so it's probably NULL.
PHP Code:
function ReadUsers($id)
PHP Code:
$readUsers = readUsers(4); // For example
__________________
|
|
|
|