tags:

views:

195

answers:

7

Hi,

I though this would probably be the best place to ask.

I am looking to get started on PHP and MySQL. I am familiar with programming, but have never needed to learn these until now and am asking if anyone can recommended some free learning material on these.

Thanks for your time.

Edit. Sorry for the edit I should have also point out that I was recently made redundant so do not have funds to purchase material.

db

+1  A: 

Get it from the source: http://dev.mysql.com/tech-resources/articles/ddws/index.html, well, at least part of the source.

Bart Kiers
A: 

There is a lot of free php guide sites. I recommend buying the book:

Beginning PHP and MySQL from apress.

Dani
+1  A: 

get it from the docs

Ewan Todd
Good link, definitely one to bookmark as a reference, but not a good way to start learning PHP and MySQL, IMO.
Bart Kiers
Perhaps so, but the user contributed examples are useful.
Ewan Todd
Yes, that's why I said it is worthy of a bookmark, but if you're unfamiliar with PHP and MySQL, there are better documents/books/tutorials to start with.
Bart Kiers
FWIW, the user contributed examples are frequently poorly written and misleading, if not down right wrong.
Frank Farmer
+1  A: 

I would recommend Php and MySQL Web Development as a great book for learning most of the things that you would need to know: http://www.amazon.ca/PHP-MySQL-Development-Luke-Welling/dp/0672329166/ref=sr%5F1%5F1?ie=UTF8&s=books&qid=1257526059&sr=8-1

Of course, as the others have mentioned, the docs are a great source, and tutorials all over the Net as well. W3schools has been and still is a good resource for me.

Tereno
A: 

Hit up your local library for O'Reilley's Learning PHP for a good PHP reference book. If they have Apress's Beginning PHP5 and MySQL e-commerce, it's good too - it teaches some MVC, as well as good practices for using PHP and MySQL together. You'll want to know your PHP and MySQL first, though. I don't have a good free database resource for you - I learned that in a class.

Frank DeRosa
+1  A: 

Kevin Waterson's PHPro: http://phpro.org/

Going in to the detail of MVC, CRUD etc. also.

Unfortunately down today, but well worth a bookmark.

Radek