im not smart i just used google
It sounds like you have not been given the correct privileges that permit you to insert new data into your DB. Assuming your access information (username, password, etc.) is correct, then your GRANT privileges are not set properly. You'll need to contact your host and have them verify that you can do the following:
INSERT
UPDATE
DELETE
ALTER
DROP
CREATE