Check out our newest creation Tutorial Grad. The automated tutorial directory.

Subscribe to our rss feed

How to Return MySQL Results to a Table

Posted in Other 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: unranked [?]

Editing MySQL Data Using PHP

Posted in Database Tutorials, MySQL, PHP Tutorials, Web Development Tutorials by John Ward on the March 13th, 2009

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 [?]