I'm importing an sql with the following code:
CREATE TABLE blog (
id INT PRIMARY KEY AUTO_INCREMENT,
title VARCHAR(250) NOT NULL,
body TEXT NOT NULL,
url VARCHAR(250) NOT NULL);
But you are returning the following error:
Notice in ./import.php#704
Undefined variable: import_text
Backtrace