PHP/MySQL tutorial?
I've made my first one-table online database, which can be displayed, and records added, deleted and updated.
Now I'd like to do something more complicated, and I'm looking for a tutorial which goes into databases with more than table, and how to do joins.
Not found anything yet, can anyone point me in the right direction? Thanks.
# 1 Re: PHP/MySQL tutorial?
hello. this is not to build your own database but these two are great i think:
http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html
and
http://sqlzoo.net/
# 2 Re: PHP/MySQL tutorial?
Thank you Fred. I will have a look at them.
I am now using the command line on my computer (iBook G4, OS 10.3.9) to run the MySQL commands, and I will wrap the PHP code around them when I'm ready :-)
I couldn't access MySQL before, but apparently it was put in the wrong path, so I thought it wasn't there.