Posted on Tuesday 8th May 2007 at 08:37 PM
Hey, I am trying to get the email from the member system I got from here. Heres the code that I am trying (everything up to this works):
I login and everything and I get this:
Resource id #5
Does anybody know what that means?
Thanks!
PHP Code
case 'send': $checkuser = $logged[username]; $email = mysql_query("SELECT email FROM members WHERE username = '$checkuser' ORDER BY id DESC") or die (mysql_error()); echo "$email"; break;
I login and everything and I get this:
Resource id #5
Does anybody know what that means?
Thanks!