MySQL stored procedure’s come in really handy at times. I like to let the database do the work for me sometimes.For example, in an e-commerce system you may need to calculate a tax. For our example today though, we will use the tables we made in my previous article on the XREF table. We are going to focus this tutorial on getting the appropriate tables in place to preform our history logging.
Tag: MySQL
Free MySQL Tools to Improve your Productivity
We all know that working with phpMyAdmin can be tedious, because we are working on the browser and have to wait for every post back. Therefore, if we are working frequently with MySQL, we should have a desktop application as an alternative to working with phpMyAdmin.
Getting Started With MySQL DB and PHP with PHPMyAdmin
Today I am going to show you how to get a new database setup with PHP/MySQL using PHPMyAdmin.