473,770 Members | 1,954 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

PHP Books

What's the best book to learn PHP?
What's the best book for a PHP reference?

My goal is presently limited to construction of a custom 404 page for my web
site and PHP is the only scripting language my ISP allows us to use server
side.

--
http://www.standards.com/; See Howard Kaikow's web site.
Jul 17 '05 #1
6 2815
> What's the best book to learn PHP?
What's the best book for a PHP reference?


To be honest, the documentation at php.net is pretty good.

Head to: http://www.php.net/docs.php for a start.

They have a list of books there, too.

--cd
Jul 17 '05 #2
"Coder Droid" <co********@lik ethiswouldstops pam.hotmail.com > wrote in
message news:ZZ******** ***********@fe2 .texas.rr.com.. .
What's the best book to learn PHP?
What's the best book for a PHP reference?


To be honest, the documentation at php.net is pretty good.

Head to: http://www.php.net/docs.php for a start.

They have a list of books there, too.


That list seems to just kust what us available, not what is best.
Jul 17 '05 #3
In article <ck**********@p yrite.mv.net>,
"Howard Kaikow" <ka****@standar ds.com> wrote:
"Coder Droid" <co********@lik ethiswouldstops pam.hotmail.com > wrote in
message news:ZZ******** ***********@fe2 .texas.rr.com.. .
What's the best book to learn PHP?
What's the best book for a PHP reference?


To be honest, the documentation at php.net is pretty good.

Head to: http://www.php.net/docs.php for a start.

They have a list of books there, too.


That list seems to just kust what us available, not what is best.


As with all learning material, there's either a book out there that will
match your learning style or there isn't and you'll have to write it
yourself. Some of us find this list to be 'a good start' and don't
always look for 'the best'. This is a personality thing, mostly. I'm
satisfied with 'good enough'. The other way lies madness.

[There are 10 kinds of people in this world--those who think in binary
and those that don't].

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 17 '05 #4
<Michael Vilain <vi****@spamcop .net>> wrote in message
news:vi******** *************** ***@comcast.dca .giganews.com.. .
In article <ck**********@p yrite.mv.net>,
As with all learning material, there's either a book out there that will
match your learning style or there isn't and you'll have to write it
yourself. Some of us find this list to be 'a good start' and don't
always look for 'the best'. This is a personality thing, mostly. I'm
satisfied with 'good enough'. The other way lies madness.


There is a wide variety of "quality" in the books on just about all
(computer) subjects.
Many of them are outright crap.

Local bookstores do not devote as much shelf-space to computer books because
they realize such shelves are very often, if not largely, used as a
reference library and that many folkes buy computer books at online vendors
because the books are heavily discounted.

I have found that "reviews" at places such as amazon are not always
reliable, especially for the more specialized books.
So, recommendations in app specific forums is the best path.
Jul 17 '05 #5
In article <ck**********@p yrite.mv.net>,
"Howard Kaikow" <ka****@standar ds.com> wrote:
<Michael Vilain <vi****@spamcop .net>> wrote in message
news:vi******** *************** ***@comcast.dca .giganews.com.. .
In article <ck**********@p yrite.mv.net>,
As with all learning material, there's either a book out there that will
match your learning style or there isn't and you'll have to write it
yourself. Some of us find this list to be 'a good start' and don't
always look for 'the best'. This is a personality thing, mostly. I'm
satisfied with 'good enough'. The other way lies madness.


There is a wide variety of "quality" in the books on just about all
(computer) subjects.
Many of them are outright crap.

Local bookstores do not devote as much shelf-space to computer books because
they realize such shelves are very often, if not largely, used as a
reference library and that many folkes buy computer books at online vendors
because the books are heavily discounted.

I have found that "reviews" at places such as amazon are not always
reliable, especially for the more specialized books.
So, recommendations in app specific forums is the best path.


The place I read book reviews is slashdot (http://slashdot.org/). They
review a variety of books from technology to SF. O'Reilly
(http://www.ora.com) has a wide variety of books on many subjects plus I
can look through the TOC and even read a chapter on-line to see if it's
what I'm looking for. I've rarely been disappointed by O'Reilly books.
Can't say the same about SAMS or the other publishing houses.

I use the O'Reilly PROGRAMMING PHP
(http://www.oreilly.com/catalog/progphp/) regularly althought I now have
a php function helper application that will decrease that usage.
There's also the PHP ANTHOLOGY (VOL I and II)
(http://www.sitepoint.com/books/phpant1/). It filled in a lot of stuff
that just reading the PROGRAMMING PHP book lacked, like common
programming and design practices (each language seems to have their own)
plus extensive discussion of OOP (great for an old-timer like me who
used to code FORTRAN ages ago).

--
DeeDee, don't press that button! DeeDee! NO! Dee...

Jul 17 '05 #6
"Howard Kaikow" <ka****@standar ds.com> wrote in message news:<ck******* ***@pyrite.mv.n et>...
What's the best book to learn PHP?
What's the best book for a PHP reference?


Hi
I've got "PHP and MySQL Web Development" by Luke Welling and Laura
Thomson
and I love it.
It's very easy to read and full of helpful examples. Admittedly it is
a bit thick but once you've read it you know pretty much everything
there is to know about PHP (apart maybe for a few functions that you
can look up on php.net)
I thought it was fun to read and now I also use it as a reference (the
index is very good).
Definite recommendation!
Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
1934
by: noid droid | last post by:
Hi. I posted yesterday asking if C# lived up to the hype. Thus far the feedback has been all positive. (Thanks.) Can anyone suggest GOOD books for learning C# and the Visual Studio .NET IDE? If there is a book that covers both, that would be great. Also, is it necessary for me to learn a lot about the .NET framework that wouldn't also be covered in one of the books? If I can find a book that'll get me up and running with the IDE...
8
1727
by: Earl | last post by:
I've been on a mission this past year to move from VB6 to .Net. I'm fortunate(!?) not to have the big catalog of some long-time VB developers, although I have some CE apps that have to be entirely rewritten in CF. A lot of what I develop has to be written for the PPc, so I knew I would be looking for information in .Net, ADO.Net, CF -- and SQL Server. So in the spirit that others might benefit from my journey, here are my observations....
23
2539
by: Carter Smith | last post by:
http://www.icarusindie.com/Literature/ebooks/ Rather than advocating wasting money on expensive books for beginners, here's my collection of ebooks that have been made freely available on-line by their authors. There are lots of them out there but this selection cuts out the junk. If you know of any other good books that are freely available please post a link to them here and I'll consider adding them to the site.
29
3507
by: Jhon smith | last post by:
Hi,all,I was just wondering if I am likly to have any problems trying to learn C from older books,I have some from the late 80`s,mid/late 90`s. I am using Dev-C++ on the pc windows platform,But I have noticed small differnces in the books such as,int main(),main(void),fprintf,and others,just wondering if these older books are still worth trying to learn from as Im on a very tight budget and can`t really afford any thing else,or are they...
6
2203
by: Francois | last post by:
Hi guys, I am a daily average user of C# but I think I need to masterize the language a little bit more to get full use of it and be able to do better programming. I find myself programming the same way I did years ago. I haev a basic understanding of OOP and do not need an introduction book for pple who comes from procedural langauges. I never wrote any program in any procedural languages anyway. Before programming in C#, I wrote...
6
2521
by: John | last post by:
I am looking for VB.Net books which provide a lot of exercises (preferrably with all the answers worked out on CD). In earlier reactions Ken Tucker and M.Posseth recommended a few books. Thanks for both of your reactions. Ken included the links, so it is clear which books he recommended (I will get them!) M.Posseth recommended "the complete MCSD self paced training kit" and "Programming Microsoft Visual Basic form Francesco Balena",...
2
1981
by: youpak2000 | last post by:
What you can't find in programing text books Professional software development needs more knowledge than language syntax, OOP, styles, etc. There are many things which people usually learn by working in industry. One important part of the development is good knowledge of tools such as compilers, linkers, and make file design. There are no in-dept discussion of these tools in C/C++ programming text books. I haven't
17
3880
by: Hypnotik | last post by:
Hello everyone. I'm working on a program which uses a class (Shelf) and a struct (Book). In the main program we declare an array (Library) which is of type shelf. The program takes in various info about books (author, title, isbn, etc) and then allows you to search for books starting with a certain letter, and in turn displays those books and the info on them. At this point I can enter the info, and display the info for 1 book. I'm confused...
2
1388
by: AJJ | last post by:
Hi. Just a quick question. I'm planning on learning VB 2008 when I finish my degree in a couple of months. I have some good books on VB 2005, will they be any good or are the changes too profound? The books are general VB and VB databases. Thanks for any help. AJJ...
0
9453
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10254
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10099
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10036
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8929
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7451
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3607
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.