Jump to content

How do I show the records of a table in a MySQL database on my website?


xx_britt

Recommended Posts

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.)

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.