Hi Kyle
I don't know if your code will work. It has to be tested. Look at what Lord Shryku wrote. Install Apache/PHP/MySQL on your computer and test your scripts. No-one on this forum is going to do it for you. If you don't want to do this, then load your scripts up to your host and test them there. If they don't work, then delete them and come back to the forum and tell us what error messages you got. I recently had no WAMP for a while (Windows/Apache/MySQL/PHP), so I just FTPed my scripts to my host and tested them there. You can easily set up a testing sub-domain, e.g. [url]http://www.experiment.mysite.com,[/url] and test your scripts there before integrating them into the public part of your domain. Even with a 56K modem, scripts only take seconds to FTP to your host.
Last point: if an error message reads: Parse error - unexpected squiggly thing on line 256, then it means you have a syntax error and should check the lines prior to the line number in the error message for missing semi-colons, brackets and so on. Don't post parse errors of that type to the forum.
Best o luck
Norm