Thank you for actually reading my post before saying "Paste Code". If you had actually read it you would have realized that it was not actually a code issue per se. But seemingly a problem with either PHP or MySQL themselves. One would think that was obvious when I had said that PHP's mysql_query() is making a successful query submission, which was verifiable by the correct information being added to the database, and yet it was returning FALSE. More or less I was looking to see if anyone has had a similar problem and if they knew of any config changes that may have helped. Regardless as I was unable to find a way to get mysql_query() to return TRUE when it was actually successfully executing the query I just decided not to check for failure in that one instance and everything works as expected. I just didn't want to have to resort to that.
Maybe next time you see a post without code in it, you might actually READ it before requsting code to be pasted. You might just find it wasn't a code question.