Search results

  1. 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...
  2. 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')...
  3. 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