Recent content by sax0n

  1. sax0n

    PHP help continued...

    Yay! Thanks Mephis! That worked. :biggrin: I have but that bit got cut out when I was copy and pasting.
  2. sax0n

    PHP help continued...

    Right. I've been mulling this one around for a while and I have came up with this. <html> <head> <title> Main </title> </head> <body> <h3> Test </h3> <?php $dbhost = 'localhost'; $dbuser = 'sax0n'; $dbpass = 'password'; mysql_connect($dbhost, $dbuser, $dbpass) or die('Error...
  3. sax0n

    Battle of the Browsers

    Opera. I haven't actually downloaded FF but my friend says Opera is still better and I can't be stuffed installing it and then uninstalling one or the other. Opera keeps on crashing on me when I go to certain sites but it is small price to pay compared to IE.
  4. sax0n

    Forum Game <Wish>

    You got the worst player ever achievment and your charachter walks round with a big flashing "n00b!" sign above him. I wish I had a Les Paul. (google it)
  5. sax0n

    Word Assoation Game

    Herbivore > Carnivore
  6. sax0n

    php help

    Didn't work. Same error.
  7. sax0n

    Count to 1 Million

    447 Deaths due to high pitched Hannah Montanah Fans
  8. sax0n

    x10Radio User Run Contest

    I'm using Opera 9.52 and everytime I try to go to your site Opera crashes.
  9. sax0n

    how do i make money online?

    Porn site + webcam - dignity.
  10. sax0n

    php help

    Thanks guys! You are a great help!!! Just so you know I don't rush to you every time I get an error, I do try to figure it out myself. Something that will imprrove in time. I have modified my code and it now looks like this: <html> <head> <title> Main </title> </head> <body> <h3>...
  11. sax0n

    php help

    Thanks! That worked but now I have another error :happysad: : Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/sax0n/public_html/main.php on line 19 I don't like to be a pain but I can't figure it out.
  12. sax0n

    php help

    Can anyone help me with this? <html> <head> <title> Main </title> </head> <body> <h3> Test </h3> <?php $dbhost = 'localhost'; $dbuser = 'sax0n'; $dbpass = 'password'; $conn = mysql_connect($dbhost, $dbuser, $dbpass) or die ('Error connecting to mysql')...
  13. sax0n

    Grrrr...

    That. Might. Work... :pat: Sorry. I can be a bit thick that way. Thanks!
  14. sax0n

    Grrrr...

    Hi, I ussaully try to avoid getting help form people but I can't figure out what i'm doing wrong! I'm currently messing round with python but want to get some MySql involved. I'm trying to get a script that connects to a database and creates a new table but I just can't get it to work! Yes i...
Top