The MySQL Syntax Used
INSERT INTO friend_locations
(user_id, lat, long)
VALUES
('82441', '28.665899', '-81.359756')
The MySQL Error Returned You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'long) VALUES ('82441', '28.665899', '-81.359756')' at line 1
I don't understand this
UPDATE
the syntax coloring on this site made long stand out, that must be my issue