xx_britt Posted July 22, 2009 Share Posted July 22, 2009 I have a form set up on my page that takes in user submitted data, (a comment form basically) and was wondering if I can set it up to show the records on my page. Basically I'm trying to make own comment thing. I remember seeing a CREATE TABLE code in PHPMyAdmin but am not sure if that's what I would use... thanks! (You can E-mail me at [email protected] if you want to help me/walk me through it.) Link to comment https://forums.phpfreaks.com/topic/167051-how-do-i-show-the-records-of-a-table-in-a-mysql-database-on-my-website/ Share on other sites More sharing options...
ldougherty Posted July 22, 2009 Share Posted July 22, 2009 Assuming you are storing the comments in a mySQL database then you would be able to query the results and display them as you wish. The following tutorial should be of assistance. http://www.tizag.com/mysqlTutorial/mysqlquery.php Link to comment https://forums.phpfreaks.com/topic/167051-how-do-i-show-the-records-of-a-table-in-a-mysql-database-on-my-website/#findComment-880830 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.