Chance Black
New member
Does anyone know *FREE* website host that will let me use PHP files and SQL Files?
I keep finding sites that wont let me create databases from scratch by using something like:
CREATE TABLE `db`.`users` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`first` VARCHAR( 32 ) NOT NULL ,
`last` VARCHAR( 32 ) NOT NULL ,
`username` VARCHAR(32) NOT NULL,
`password` VARCHAR(255) NOT NULL,
`email` VARCHAR(255) NOT NULL,
`about` TEXT NOT NULL
) ENGINE = MYISAM;
All the webhosts I seem to find make me use cPanel to create tables and databases? So any webhosts that let me use them from scratch?
I keep finding sites that wont let me create databases from scratch by using something like:
CREATE TABLE `db`.`users` (
`id` INT UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ,
`first` VARCHAR( 32 ) NOT NULL ,
`last` VARCHAR( 32 ) NOT NULL ,
`username` VARCHAR(32) NOT NULL,
`password` VARCHAR(255) NOT NULL,
`email` VARCHAR(255) NOT NULL,
`about` TEXT NOT NULL
) ENGINE = MYISAM;
All the webhosts I seem to find make me use cPanel to create tables and databases? So any webhosts that let me use them from scratch?