Web Hosting Talk







View Full Version : Displaying all Rows of an SQL table on a webpage


MarkioE
01-14-2006, 02:34 PM
How do I Display all the rows of an SQL table on a webpage.

The rows are:
ID
Real Name
Email Address
(And I'll add the rest my self)

I want it to be in an HTML table.
Thanks in advance.

Slidey
01-14-2006, 02:37 PM
im trusting you've already done an incy wincy bincy bit of research already, so i'll point you in the right direction, rather than actually doing it for you:

http://www.php.net/mysql

MarkioE
01-14-2006, 02:48 PM
Thank you so much :) Took me a while to find which one I needed but I found it. :)