Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jul 2003 10:57:02 +0100
From:      Jez Hancock <jez.hancock@munk.nu>
To:        freebsd-questions@freebsd.org
Subject:   Re: learning PHP - book idea?
Message-ID:  <20030716095702.GC88187@users.munk.nu>
In-Reply-To: <20030715202019.M83992@enabled.com>
References:  <20030715202019.M83992@enabled.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 15, 2003 at 12:21:43PM -0800, admin wrote:
> 
> I have years of perl experience and PHP has been easy to pick up.  however, I
> am looking for a good book that can bring me way up to speed in choping htis
> stuff up better.  any recommendations there?
If you can get hold of the first edition (it's currently second edition)
of this:

Teach Yourself PHP in 24 Hours (1st Edition), Matt Zandstra, SAMS

that's a really good book just for the last 2 hours which goes into
detail about creating a web portal for multi-users to
register/login/logout/goto members page etc using PHP, MySQL and php
sessions.

I adapted the code in that book here:

http://simpleauth.munk.nu/

for a very basic tutorial codebase (basically more comments than code:).

If you already have the basics down, a good intermediate level book is:

PHP Developer's Cookbook, Sterling Hughes, SAMS

(I don't have any affiliation with SAMS, this is just a coincidence!!!)

This book has lots of instant recipes for getting specific things done,
as well as covering the use of the PEAR PHP class-based application
framework.

-- 
Jez

http://www.munk.nu/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030716095702.GC88187>