Search results

  1. Awesomexr

    Preload background image

    I have tried various ways with javascript but none of them seem to work. The background-image is quite big, and it loads after the content. I want it to load before the content. How would i approach this?
  2. Awesomexr

    PHP - Can not seem to figure this out?

    What I'm working on: http://haslam.pcriot.com/games/4wheelmadness/4wheelmadness.php Problem: Whenever i vote, down or up, a message is displayed "Thank you for your vote" but this message is displayed TWICE. And i have absoulutely no idea on how to make it only display once! Here is the...
  3. Awesomexr

    mySQL error - argument is not a valid MySQL result resource

    Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/haslamx/public_html/vote/src/index.php on line 115 Here is line 115 of index.php: <?php /** Display the results from the database **/ $q = "SELECT * FROM entries"; $r = mysql_query($q); >> Line 115...
  4. Awesomexr

    Need ideas for a name.

    I'm working on a games website, and i really need a name for it.. i'm not that creative, so if you have any ideas please post them here. I'd prefer something like Game_______ :)
  5. Awesomexr

    Aligning text + Images together

    Just to make it easier to explain, i quickly made a picture: So any ideas on how to create that in HTML/CSS?
Top