liamC
Member
Registered: 28th Feb 04
User status: Offline
|
Just a quickie though; can anyone recommend any books to learn PHP?
Muchos thankos
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
php.net is a really usefull resource. You don't need a book. You need a computer and that site, plus a few other tutorials that you can Google to teach yourself how to do stuff. Thats how me and my friend learned.
|
liamC
Member
Registered: 28th Feb 04
User status: Offline
|
cheers fella. Do you know PHP extensively? How long did it take for you to learn it?
|
MarkPW
Member
Registered: 21st Jun 04
User status: Offline
|
Have a look at http://www.sitepoint.com, you should find a suitable book on there.
Alternatively, do what Ed said.. learn it using free tutorials and the bible that is php.net. The above site (sitepoint) also offers tutorials which include some PHP basics.
I would also recommend you download VertrigoServ so you can run PHP, Apache (Web Server) and MySQL (Database) on your own PC without too much hassle.
As for time scales - it took me a about a month or 2 to grasp the basics of PHP and database interaction (I've never used a book), and that was about 6 years ago now.
[Edited on 25-11-2006 by MarkPW]
[Edited on 25-11-2006 by MarkPW]
|
ed
Member
Registered: 10th Sep 03
User status: Offline
|
I've been doing a bit of this and that over the years. I wouldn't say I know it extensively, but I know enough now to be able to build some pretty decent sites...
|