Page 1 of 1

Need a tutorial

Posted: Fri Feb 18, 2011 8:34 pm
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.

Re: Need a tutorial

Posted: Fri Feb 18, 2011 8:42 pm
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