Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

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.
[365 byte] By [Colm Osiris] at [2007-11-11 8:02:29]
# 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/
fredgarvin at 2007-11-11 23:47:20 >
# 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.
Colm Osiris at 2007-11-11 23:48:15 >