I have a table called newsletter which I can access successfully when I want to perform a mysql_fetch_array, but when I try to perform an "INSERT INTO newsletter ..." I get this error message, "Table 'newsletter' is read only". I cannot seem to figure out how to change the newsletter to a read/write status. I have tried to use the GRANT command at the mysql> command line, but what I have tried so far hasn't been successful. Any Ideas??