beeseven 0 Report post Posted April 3, 2005 Is anyone else having trouble with mySQL right now? I can't get it to store information. It was working a few hours ago, and I don't think I changed anything with my code. Share this post Link to post Share on other sites
whyme 0 Report post Posted April 3, 2005 I've checked the server status and everything is up, and MySQL is working on my blog. So there shouldn't be any problems.What do you mean by "store information"? Share this post Link to post Share on other sites
beeseven 0 Report post Posted April 3, 2005 On the forum I'm making, it won't take the posts and write them to the database. It did a little while ago, but it's not now. I'm pretty sure I didn't change anything since it worked, and I've looked over it again and it looks right. Share this post Link to post Share on other sites
beeseven 0 Report post Posted April 4, 2005 Ah, I figured it out. It was my poor programming at work again. I had htmlspecialchars going, but I didn't set it to escape single quotes, too. It just didn't like it because of the quote. Share this post Link to post Share on other sites
doom145 0 Report post Posted April 4, 2005 LOL try thigering it out first, php is very fussy, you have to get each variable right or u get a parse error or whatever error its supposed to occur Share this post Link to post Share on other sites