Results 1 to 3 of 3

Thread: Can't get data from DB [Resolved]

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 2003
    Posts
    255

    Can't get data from DB [Resolved]

    PHP Code:
    echo "<font face=tahoma size=1 color=#FFFFFF>";
    $un=mysql_query("SELECT username FROM udb WHERE rank='Admin'") or die(mysql_error());
    echo 
    $un
    All I guet is "Resource id #3", and I don't know what that means, nor have I been able to find a solution for it.
    Last edited by R.a.B.B.i.T; Aug 5th, 2004 at 11:49 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width