02-23-2008, 07:52 PM
|
#8 (permalink)
|
|
The Frequenter
Join Date: Dec 2007
Location: In my basement
Posts: 386
Thanks: 47
|
Why doesn't this work?
PHP Code:
<?php @require_once("config.php");
//create a table mysql_query(CREATE TABLE `testusers` ( `id` TINYINT UNSIGNED NOT NULL AUTO_INCREMENT UNIQUE, `name` VARCHAR(40) NOT NULL, `password` VARCHAR(40) NOT NULL, PRIMARY KEY(`id`) ); ) || die(mysql_error()); ?>
|
|
|