473,395 Members | 1,441 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

PHP Book

Hello,

I am looking for a book about PHP.

I can already programm some C#, Pascal and Delphie, so I don't need a book
for the total beginner.

I want be able to programm more complex programms (like a forum) as soon as
possible.
I also want to start with mySQL.

Unfortunatelly there are a lot of bad books on the market so I ask you
wether you know a good book.

A.Rippert
__________________________________________________ __________________________
______
http://www.terra-education.de
__________________________________________________ __________________________
Jul 16 '05 #1
7 3722
Hello Alexander,

I might suggest not purchasing a book but using php.net devshed.com and
#php on irc.efnet.net. Telling you not to buy a php book might sound
silly, but by the time you get it, its out of date and if you understand
how to program already anyway.. its simply a matter of understanding the
syntax etc.

-jpdr
-TTG
Alexander Rippert wrote:
Hello,

I am looking for a book about PHP.

I can already programm some C#, Pascal and Delphie, so I don't need a book
for the total beginner.

I want be able to programm more complex programms (like a forum) as soon as
possible.
I also want to start with mySQL.

Unfortunatelly there are a lot of bad books on the market so I ask you
wether you know a good book.

A.Rippert
__________________________________________________ __________________________
______
http://www.terra-education.de
__________________________________________________ __________________________


Jul 16 '05 #2

"Alexander Rippert" wrote in message
news:3f**********************@news.freenet.de...
Hello,

I am looking for a book about PHP.

I can already programm some C#, Pascal and Delphie, so I don't need a book for the total beginner.

I want be able to programm more complex programms (like a forum) as soon as possible.
I also want to start with mySQL.

Unfortunatelly there are a lot of bad books on the market so I ask you
wether you know a good book.

A.Rippert


I was looking for a good book myself, but after I downloaded the help
file from phpbuilder.com I found that I didn't need anything else.
You can find the most recent version in Windows Help format (.chm) at
http://weblabor.hu/php-doc-chm/
Otherwise http://www.phpbuilder.com gives answers to most questions
online as well.

As for MySQL I use the downloadable documentation from
http://www.mysql.com/documentation/
You can also find books about MySQL at the same page.
For more books (also PHP) have a look at
http://www.mysql.com/portal/books/index.html

Hope this helped even though the PHP one isn't a book.

--
Børge Alvestad
aka BraveBrain

Jul 16 '05 #3
Hi!

I totally agree. By just reading the manual (chapter 1 and 2) you can
understand the syntax. You can read chapter 3 and 4 just for the fun...
there are some cool features in there. Chapter 5 is just a reference for
all possible functies of php.

If you have got any problems, just try the manual first. If that doesn't
help do some articles at phpbuilder.com or post a message at the forum.

Kind regards,

Dirk

haptiK wrote:
Hello Alexander,

I might suggest not purchasing a book but using php.net devshed.com and
#php on irc.efnet.net. Telling you not to buy a php book might sound
silly, but by the time you get it, its out of date and if you understand
how to program already anyway.. its simply a matter of understanding the
syntax etc.

-jpdr
-TTG
Alexander Rippert wrote:
Hello,

I am looking for a book about PHP.

I can already programm some C#, Pascal and Delphie, so I don't need a
book for the total beginner.

I want be able to programm more complex programms (like a forum) as soon
as possible.
I also want to start with mySQL.

Unfortunatelly there are a lot of bad books on the market so I ask you
wether you know a good book.

A.Rippert
__________________________________________________ __________________________ ______
http://www.terra-education.de
__________________________________________________ __________________________


--
BOFH Excuse #182:

endothermal recalibration

Jul 16 '05 #4
A book I found really helpful back when I was learning PHP:

PHP Cookbook -- O'reilly

Lots of useful "cookbook" solutions for PHP programmers. I think you learn
more from them than any stupid tutorial.

Of course, it helps to do your development at a bookstore. I bounce around
from one Borders to another, now that Borders has Wi-Fi. :-D

-Fred
--
Shameless plug:
http://JobMarketIntelligence.com
A database of high-tech firms at your fingertips.

Jul 16 '05 #5
haptiK <no****@nospam.com> shaped the electrons to say:
I might suggest not purchasing a book but using php.net devshed.com and
#php on irc.efnet.net. Telling you not to buy a php book might sound
silly, but by the time you get it, its out of date and if you understand
how to program already anyway.. its simply a matter of understanding the


While true, I've found that having 'Programming PHP' from O'Reilly on
hand to use as a fast reference is nice when I'm working. I can find
things faster flipping through the book, now that I have mental map of
the general contents, than I can looking things up in the online
resources.

The 'PHP Pocket Reference', also O'Reilly, also makes for a handy
quick reference for when my brain vapor locks and I just need to
clarify something.

But when I really get stuck I find the online docs are the most
helpful - and usually it is the user comments, not the docs
themselves, that have the answer I'm looking for.

(And for those who use LiveJournal, there is also a PHP community
there.)

-MZ, RHCE #806199299900541, ex-CISSP #3762
--
<URL:mailto:me******@megazone.org> Gweep, Discordian, Author, Engineer, me..
"A little nonsense now and then, is relished by the wisest men" 508-755-4098
<URL:http://www.megazone.org/> <URL:http://www.eyrie-productions.com/> Eris
Jul 16 '05 #6
In article <3f**********************@news.freenet.de>,
"Alexander Rippert" <sq******@web.de> wrote:
I am looking for a book about PHP.


Anything by Larry Ullman ...

--
Floydian Slip(tm) - "Broadcasting from the dark side of the moon"
Random Precision Productions(tm)
67 Union St. #2D, Winooski, Vt. 05404-1948 USA
Sundays, 7-8 pm - Champ 101.3 FM, Colchester; 102.1 FM, Randolph, Vt.
cc*@floydianslip.com - AIM: RandomPrec - www.floydianslip.com
Jul 16 '05 #7
Alexander Rippert wrote:
Hello,

I am looking for a book about PHP.

I can already programm some C#, Pascal and Delphie, so I don't need a book
for the total beginner.

I want be able to programm more complex programms (like a forum) as soon as
possible.
I also want to start with mySQL.

Unfortunatelly there are a lot of bad books on the market so I ask you
wether you know a good book.

A.Rippert


A good book that will get your feet wet is the one written (in part) by
the guy who created PHP (Rasmus Lerdorf). It's called "Programming PHP"
and is published by O'Reilly and associates:

http://www.amazon.com/exec/obidos/ASIN/1565926102/

This is the best compromise between instruction and reference I have
found. It also answers all of the newbie questions that are asked here
about 70% of the time.

The absolute best reference is the PHP manual itself. You can download
it in PDF from php.net or you can view the manual in its entirety
through their web site using your browser. If you can't find it in
there, it doesn't exist.

Both resources will give you all the information you need to develop
serious web applications with PHP. I would recommend learning as much
as possible about the relational database model and the DBMS that you
plan to use with your web site (MySQL is well documented and free).

HTH,
Zac

Jul 17 '05 #8

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

Similar topics

9
by: anonymous | last post by:
Hi CLCers, I want to know your opinion about the book: Expert C programming-Deep C secrets by Peter Van Der Linden. Thanks in advance. Sha
12
by: Guido Mureddu | last post by:
Hello, I'm a student in electronic engineering. I do know you've seen and answered this sort of topic/request countless times, but I haven't found past threads as helpful as I had hoped, and...
16
by: Robert Zurer | last post by:
Can anyone suggest the best book or part of a book on this subject. I'm looking for an in-depth treatment with examples in C# TIA Robert Zurer robert@zurer.com
8
by: Dgates | last post by:
Has anyone typed up an index for the O'Reilly book "C# and VB.NET Conversion?" I'm just learning C#, and often using this little book to see which VB.NET terms translate directly to some term in...
4
by: Mike | last post by:
Hi, I am planning on purchasing VS2005 to learn C# very soon, and I need good book recommendations. I realize this is a question that may be asked a lot, but please consider my background: I...
11
by: www.douglassdavis.com | last post by:
I'm looking for advice here, and I would really appreciate it if you could help. Is there a VB 2005 book that you like and would recommend (and why)? Would you consider it good for...
263
by: Malcolm McLean | last post by:
The webpages for my new book are now up and running. The book, Basic Algorithms, describes many of the fundamental algorithms used in practical programming, with a bias towards graphics. It...
6
by: Hello | last post by:
Hello every body Please can any body tells me a good book that can teach me "visual basic 2005" (as beginner). Thank you all =========================================
1
by: jrw133 | last post by:
i got this program the other day and ive just started it and i am getting some errors that i cant figure out. requirements: 1)create a clas called Book. a Book has three data members: m_title,...
76
by: lorlarz | last post by:
Crockford's JavaScript, The Good Parts (a book review). This shall perhaps be the world's shortest book review (for one of the world's shortests books). I like Douglas Crockford (because I am a...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.