What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP+MySQL

PHP+MySQL
Author: Message:
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. PHP+MySQL
I'm looking to build a database driven website for my brother... but I havea  fairly limited knowledge of using MySQL with PHP... can anyone recommend a book/website that gives a fairly in depth 'course' so to speak on how to use PHP and MySQL?

I do know the PHP part, just not how to use MySQL with it...

I had a look on a bookshop's website and found this book as well as This one which both look half decent... can anyone recommend any others?
05-31-2006 11:28 PM
Profile E-Mail PM Find Quote Report
Reaper
Veteran Member
*****

Avatar

Posts: 1393
Reputation: 23
35 / Male / Flag
Joined: Jun 2004
RE: PHP+MySQL
Im borrowing a book called "PHP And MySQL For Dynamic Websites" by Larry Ullman.
I have to say, its a wicked book. Very detailed with sample code.

[Edit] Heres the link to the book on that site
http://www.collinsbooks.com.au/featuredbook1.asp?...d=0321336577&db=au

This post was edited on 06-01-2006 at 12:24 AM by Reaper.
06-01-2006 12:23 AM
Profile E-Mail PM Find Quote Report
ipab
Veteran Member
*****

Avatar
Design Evolved

Posts: 1017
Reputation: 32
34 / Male / Flag
Joined: May 2004
RE: PHP+MySQL
don't use books, imho the best way to learn is to do it by viewing examples. If you want, I have a couple of examples that are lying around like hit counters and such, really simple, but well commented so that you can learn from it. Plus the fact that you can look up queries at php.net also help.

edit: 500th post :D :o)

This post was edited on 06-01-2006 at 05:10 AM by ipab.
56656E692C 20566964692C 2056696369
06-01-2006 01:03 AM
Profile E-Mail PM Web Find Quote Report
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. RE: PHP+MySQL
Maybe so, but alot of people don't comment their code very heavily, whre as a book explains it and then gives a working example for you to look at

That book looks promising Reaper, I might check it out :)
06-01-2006 02:52 AM
Profile E-Mail PM Find Quote Report
-dt-
Scripting Contest Winner
*****

Avatar
;o

Posts: 1819
Reputation: 74
35 / Male / Flag
Joined: Mar 2004
RE: PHP+MySQL
http://www.hudzilla.org/phpbook/read.php/9_0_0
[Image: dt2.0v2.png]      Happy Birthday, WDZ
06-01-2006 03:48 AM
Profile PM Web Find Quote Report
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: PHP+MySQL
Having spent a lot on technical books over time, I can say that a few have proved invaluable, but many were just a waste of money.  The invaluable books fall in the algorithms, design patterns and reference categories;  few of my programming language starter books have ever been read very far.  There's even a PHP book you would be welcome to, if not for the fact it would cost more to ship than the book itself did.

The type I've found to be absolutely the worst are the structured workshops and "learn something in x days".  This may be a learning style issue, but I don't work like that.  I don't want to read a chapter a day, diligently trying out their code examples.  Instead, I want a concise yet comprehensive overview of what the language or product offers, with the shortest possible examples of how one would use each feature, and an insightful discussion of how it fits in the greater picture.  I will get the minor details when I need to use it -- that's where the reference materials come in.  I have found that very few programming related starter books are designed like that.

Why am I bothering to tell you all this?  There are some good, basic tutorials online that you can use to get started (such as PHP and SQL tutorials here, as well as a lot of reference material you can use to fill in the details later.  You may not need a book.

If you go with the book route, I would recommend that you also pick out one on SQL in general.  It doesn't need to deal with MySQL specifically; in fact, it is better that it doesn't, because most of the MySQL specific knowledge would concern administration -- which you won't be dealing with if you use third party hosting. 

SQL is a very powerful language on its own and it is not likely to be well covered in any book that primarily deals with PHP.  I can't count the number of times I've seen people do horrible (and complex!) things on the database client app side, which could have been trivially done on the database side, using a more intelligent SQL query.  You don't want to be one of those guys.
06-01-2006 04:36 AM
Profile E-Mail PM Find Quote Report
lordy
Senior Member
****


Posts: 853
Reputation: 24
34 / Male / Flag
Joined: Jul 2004
Status: Away
O.P. RE: PHP+MySQL
quote:
Originally posted by -dt-
http://www.hudzilla.org/phpbook/read.php/9_0_0
you know perfectly well that I own that book already dt :P
it doesn't have the depth that I want :P

As for what you've said Adeptus, I've had a look at some books and yes, most are useless, which is why I asked here :P I'm not looking for one primarily on PHP, as I already have one, but one on building a website using a database and PHP, which is what the one Reaper posts looks like it does
06-01-2006 05:51 AM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On