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.
Need a tutorial
Moderator: General Moderators
Re: Need a tutorial
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
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.