I got in... the errors you had previously were because of the empty line breaks in the code. I removed those and now you are getting a database insert error. It appears a column reference in your insert that isn't in your database. You should be able to see that error now and can probably work through your issues now that you see them. Remember to never leave blank lines in your php code or you can get the "Warning: Cannot modify header information" message.