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