View Single Post
Old 12-01-2012, 10:11 AM   PM User | #5
stevenmw
Regular Coder

 
stevenmw's Avatar
 
Join Date: Jun 2007
Location: OK
Posts: 446
Thanks: 26
Thanked 30 Times in 30 Posts
stevenmw is an unknown quantity at this point
DBs are very easy to utilize.

insert
http://www.w3schools.com/php/php_mysql_insert.asp

retrieve
http://www.html.net/tutorials/php/lesson20.php

(I prefer while loops when pulling data from DBs.)

If you look up content management system tutorials that would be a good source to learn alot. Those systems add, edit, and delete information from data bases through the use of html forms, and various PHP code.

That would demonstrate how to do it all in one tutorial.
__________________
--
Thanks!
stevenmw is offline   Reply With Quote
Users who have thanked stevenmw for this post:
kristi (12-02-2012)