Recent content by bnmz4

  1. B

    PHP echo user data

    heres my website code files: https://www.mediafire.com/folder/9ze2350zo81vf/new_folder
  2. B

    PHP echo user data

    they wont work for soem reason, what i need is when it displays the credit count, it only displays that specific users credit count
  3. B

    PHP echo user data

    <?php /* Database Connection (MySQLi) */ $conn =new mysqli('localhost','root','fartface1','habbocreds'); $query = $conn->query("SELECT * FROM users WHERE id = '" . $userid . "'"); $result = $query->fetch_assoc(); $query = $conn->query("SELECT * FROM users WHERE id = '" . $userid . "'"); that...
  4. B

    PHP echo user data

    i jsut neeed a variable for userid so it actually displays the users credits count
  5. B

    PHP echo user data

    its because if the user tries to go directly to that page it gives them an error beleive me it works anyone tell me how to put $userid into a variable?to use in the credits code?
  6. B

    PHP echo user data

    <?php include('config.php'); ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />...
  7. B

    PHP echo user data

    it does get the credits amount but then its the same for all users, could you possibly fix that? so it only shows how many the user who is logged in ahs?
  8. B

    [Creating for you]Making Habbo Layouts for you[RevCMS]

    Could you possibly do me a simple revCMS layout?
  9. B

    PHP echo user data

    hey guys, So in my db I've got 5 tables "I'd, username, password, email, credits" and what I want to do is echo the users `credits` count, but could you guys possibly tell me how to do this? I'f you don't understand what I mean: 1)user logs in 2)on their page they can see how many points...
Top