Errors in writing code for gps web applications?

Hello ! I am working on GPS web applications database in MySQL.
While creating a listing's I am getting an unexpected error.Code is mentioned below :
DROP TABLE IF EXISTS golook;
CREATE TABLE golook(
lon FLOAT,
lon FLOAT,
address TEXT,
title TEXT,
url TEXT,
summary TEXT );
Kindly provide me solutions.Thanks
