This is the key I needed today.
Today I dusted my PHP files from school. I decided to challenge myself and play around with a comment/review form for my website. Now, I understand I could have just gone out and find a plugin to make my life easier, but then, how would I learn right? I haven’t touched any PHP code more than the includes I use so much. Anyway, it took me all afternoon to go through that form and customize it for my site. Did it work? Yes it did. Did I have an error message. Why yes, yes I did. It tells me that I have already sent the headers. I had no clue what the hell that was at the moment, but now I know. Duh me.
I tried. I swear I tried. I really want to be able to code a form that’s gonna display the contents properly after it has been sent. I could just take the easy way out, but I won’t. I do know now that I won’t really be using this so that people can come in and comment, as I want to avoid having to clean up my database every time things get out of whack. I’ll still keep the database I built today for future play. I’m not done with this.