PHP+MySQL - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: PHP+MySQL (/showthread.php?tid=59991) PHP+MySQL by lordy on 05-31-2006 at 11:28 PM
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? RE: PHP+MySQL by Reaper on 06-01-2006 at 12:23 AM
Im borrowing a book called "PHP And MySQL For Dynamic Websites" by Larry Ullman. RE: PHP+MySQL by ipab on 06-01-2006 at 01:03 AM
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. RE: PHP+MySQL by lordy on 06-01-2006 at 02:52 AM
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 RE: PHP+MySQL by -dt- on 06-01-2006 at 03:48 AM http://www.hudzilla.org/phpbook/read.php/9_0_0 RE: PHP+MySQL by Adeptus on 06-01-2006 at 04:36 AM
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. RE: PHP+MySQL by lordy on 06-01-2006 at 05:51 AM
quote:you know perfectly well that I own that book already dt it doesn't have the depth that I want 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 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 |