Results 1 to 2 of 2
  1. #1
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default [Help] Select something from database and display as a image

    Well I don't think theres any of these around so I need help on how to make it.
    I need it to work like the figure script every one used to have on there sites (untill habbo export thing came out)
    What I need it to do is:
    say the file name was called usershabbo.php, I need it so when you go to "usershabbo.php?user=jack" it will look in the database and look for the user name "jack" and will display the habbo image of the user "jack".

    Thanks.

  2. #2
    Join Date
    Jul 2005
    Location
    -
    Posts
    2,995
    Tokens
    0

    Latest Awards:

    Default

    Have a row setup for users,
    ID Username Image

    save the url in image,
    do the mysql (not doing it for u)

    then;
    <img src="$r['image']">

    the image collumn would be the ummmm url to image

Posting Permissions

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