Jump to content

script


help me please

Recommended Posts

Your original query fails because DESC is a unique qualifier as in descending, it can not be used as a field name.

 

Try changing it to

 

mysql_query("CREATE TABLE servers (name varchar(255),port varchar(255),description text,pass varchar(255), ip varchar(255), ip2 varchar(255), top integer, type varchar(255), id int(11) auto_increment,PRIMARY KEY  (id))");

Link to comment
https://forums.phpfreaks.com/topic/161053-script/#findComment-849924
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.