Recent content by Chris Collins

  1. C

    Getting an error when trying to create PHP database table?

    Error - "You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(8), description VARCHAR(500), main VARCHAR(1), threa' at line 6" Code: <?php session_start(); error_reporting (E_ALL ^ E_NOTICE); $username =...
Back
Top