There are a lot of ways to learn a computer topic — buy a book(s), attend a user group or workshop, do online research or bug a friend to teach you. But for the past couple years a new way has emerged as an easy and inexpensive alternative; online learning — training videos or online classes.
read more…
Once you learn the basics of PHP, you will want to know how to interact with a database and update its data from a web page. MySQL is the most obvious and recommended choice using PHP and is fairly easy to setup.
You can use phpMyAdmin to easiy setup your MySQL database, tables and perform any necessary SQL statements.
read more…