Jump to content

Nexus10

Members
  • Posts

    53
  • Joined

  • Last visited

    Never

Everything posted by Nexus10

  1. I don't understand (new to PHP)?
  2. Still nothing when using the full tag.
  3. <?php $host = "localhost"; $user = "ericsmi_admin"; $password = "password"; $database = "ericsmi_Users"; mysql_connect($host, $user, $password) or die(mysql_error("DIED")); mysql_select_db($database) or die("Error: Could not connect to database"); $query = INSERT INTO Users(user, date_registered, password, email) VALUES ("eric", "12/12/12, test, eric@eric.com"); mysql_query($query) or die("Error: data not inserted"); echo("Data inserted");?> Nothing happens, nothing is printed, not no error message.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.