Undefined Error in Creating Table For Users in MySql
#4

try a SQL command in you pawn

pawn Код:
mysql_function_query(handle,"CREATE TABLE IF NOT EXISTS `users` (`id` int(11) NOT NULL, AUTO_INCREMENT, `name` VARCHAR(24) NOT NULL,`password` VARCHAR(32))", false, "", "");
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)