Beefman120 Posted June 7, 2013 Share Posted June 7, 2013 Hey, I'm fairly new to coding php. I'm trying to find a decent php comment box which works without mysql. I've found a few but all i get is errors or out of date links. The reason i don't want to use mysql is because it all connects to the same page, this means if i add the comment box on different page they will all be the same comment. I don't really want to add it unless someone knows away around this. Do you think anyone could help me code one or point me in the right direction? Thank you Quote Link to comment Share on other sites More sharing options...
trq Posted June 7, 2013 Share Posted June 7, 2013 Creating a comment systems is pretty simple even for a beginner and the issues you describe with MySQL are not related to MySql at all. MySql is justa database, somewhere to store your data. It's up to you to create the correct application logic to get your application to work how you like. Having siad all that. Were not ehre to write code for people. If you have a specific question, ask it. If you don't. Go find yourself a tutorial on how to add data to MySql via PHP and come back when you have a question. Quote Link to comment Share on other sites More sharing options...
boompa Posted June 8, 2013 Share Posted June 8, 2013 How is this thread and account different from this thread and account? Quote Link to comment Share on other sites More sharing options...
trq Posted June 8, 2013 Share Posted June 8, 2013 How is this thread and account different from this thread and account? It's not. Well spotted. Next time though, please just report it to a moderator. This account has been banned. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.