Jump to content

itsmeadrean

New Members
  • Posts

    2
  • Joined

  • Last visited

itsmeadrean's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. <?php include("../../connect.php"); $burger=$row['event_name']; $query=mysql_query("CREATE TABLE $burger (id int(10) AUTO_INCREMENT,event_id char(50), name char(100))")or die (mysql_error()); ?> error : Incorrect table definition; there can be only one auto column and it must be defined as a key
×
×
  • 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.