Need a tutorial

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
Computech
Forum Newbie
Posts: 1
Joined: Fri Feb 18, 2011 8:28 pm

Need a tutorial

Post by Computech »

I am trying to do something that I know there has to be multiple forum topics and even tutorials for.

I am creating a customer database that will have pertinent customer details and notes that are associated with each customer. I would like to have a list to the left that will show me all the customers. And when I click on a customers name it will refresh the page with that customers information and notes.

I've gotta believe that there are a lot of tutorials for this but I've been searching for hours and have come up with nothing useful.
User avatar
s.dot
Tranquility In Moderation
Posts: 5001
Joined: Sun Feb 06, 2005 7:18 pm
Location: Indiana

Re: Need a tutorial

Post by s.dot »

I would just search for CRUD (create, read, update, delete) tutorials for the database you are using, as I doubt you'll find anything as specific as what you're looking for.

Create: http://www.tizag.com/mysqlTutorial/mysqlinsert.php
Read: http://www.tizag.com/mysqlTutorial/mysqlselect.php
Update: http://www.tizag.com/mysqlTutorial/mysqlupdate.php
Delete: http://www.tizag.com/mysqlTutorial/mysqldelete.php
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
Post Reply