Check out our newest Tutorial project. Tutorial Grad the site that submits your tutorials for you.

Subscribe to our rss feed

Download Impulse

How to Return MySQL Results to a Table

Posted in PHP Tutorials, Web Development Tutorials by John Ward on the March 30th, 2009

This question has been asked several times lately and I wanted to clear this up. This is a very easy concept once you get it down. In order to display the results from a MySQL query into a table will will store the results in an array and then echo out each row in a while loop.

Popularity: 1% [?]

Editing MySQL Data Using PHP

We have had a few tutorial that show how to display and add data to a MySQL database. Now I am going to show you how to edit a row in your database. In previous examples we setup a table whcih contains: ID, FName, LName and PHON. We will be retreiving the data, making changes, then updating the row in the database. This tutorial is design for the user to update there own information so we will only be editing row for this user.

Popularity: unranked [?]