473,748 Members | 9,599 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Recommended Books

Huy
Generic PHP newbie question here. May anyone please recommend books
that have gotten you started on PHP (interfacing with MySQL is a plus)
& also reference books? Just looking for some good quality books to
purchase.
Jul 17 '05 #1
6 2262
In article <d9************ **************@ posting.google. com>,
ds*******@gmail .com (Huy) wrote:
Generic PHP newbie question here. May anyone please recommend books
that have gotten you started on PHP (interfacing with MySQL is a plus)
& also reference books? Just looking for some good quality books to
purchase.


I like the O'Reilly series of books and I have a lot of them. The
writers consistantly hit the right balance of technical details and
exposition without being overly dense or to 'fluffy'. You can check out
their books on-line and read entire chapters to see if the style and
content work for you.

I used PROGRAMMING PHP to learn the language. Note that I have prior
experience in Perl and a 15+ year career in programming and computing
systems. YMMV.

http://www.oreilly.com/catalog/progphp/

I used the MYSQL REFERENCE MANUAL to learn the various features and
restrictions on my version of MySQL (as well as giving me ideas on how
to do certain things):

http://www.oreilly.com/catalog/mysqlref/index.html

and the PHP ANTHOLOGY to deepen my understanding of it, this new-fangled
thing called OOP, and common PHP programming practices:

http://www.oreilly.com/catalog/0957921853/index.html
http://www.oreilly.com/catalog/0957921845/index.html

I have MYSQL/PHP DATABASE APPLICATIONS (1st edition):

http://www.amazon.com/exec/obidos/tg...l/-/0764549634

but it was to 'fluffy' for me. It did have a CDROM with all the code
examples, PHP, MySQL, Apache, but I had no use for that. The O'Reilly
books maintain the examples on the O'Reilly site.

Any book recommendation, I think, should go with the caveat "Check out a
bunch at the local tech book store. See which ones you like best.
People learn material in different ways."

If you have a local bookstore with a decent technical book section, why
not go browse? Find books that fit your style and learning
requirements, then order them on-line from Amazon, Borders, or
Barnes&Noble (local booksellers hate that advise).

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

Jul 17 '05 #2
"Huy" <ds*******@gmai l.com> wrote in message
news:d9******** *************** ***@posting.goo gle.com...
Generic PHP newbie question here. May anyone please recommend books
that have gotten you started on PHP (interfacing with MySQL is a plus)
& also reference books? Just looking for some good quality books to
purchase.


I've used the Sams "Teach Yourself in 24 Hours" series to get myself started
on pretty much every computer language I work with right now. Go to
samspublishing. com and look up Teach Yourself PHP in 24 Hours and Teach
Yourself MySQL in 24 Hours.
Jul 17 '05 #3
PHP For the World Wide Web (Visual Quickstart Guide) is the best one I
have seen, Larry Ullman is the author and does a beautiful job of
explaining things.

He has a beginner and advanced version and both are wonderful. He
explains everything and shows the code for all of his examples, also a
lot of his examples are downloadable off of his website.

He also goes over interfacing with MySQL in both versions of his
books....

Jul 17 '05 #4
> PHP For the World Wide Web (Visual Quickstart Guide) is the best one I
have seen, Larry Ullman is the author and does a beautiful job of
explaining things.


I'll second that. I have Larry Ullman's "PHP &MySQL for Dynamic Web Sites"
and have been very impressed by it.

Here it is at amazon: <http://tinyurl.com/5lbrz> where it gets 4.5 stars
from 35 reviewers. And the price is right too!

Bongoman

Jul 17 '05 #5
On 18 Oct 2004 21:05:55 -0700, jo************* **@gmail.com in comp.lang.php wrote:
PHP For the World Wide Web (Visual Quickstart Guide) is the best one I
have seen, Larry Ullman is the author and does a beautiful job of
explaining things. He has a beginner and advanced version and both are wonderful. He
explains everything and shows the code for all of his examples, also a
lot of his examples are downloadable off of his website. He also goes over interfacing with MySQL in both versions of his
books....


I concur with this, for the beginner Larry's books are the best I've
seen. Most other books assume one has some programming knowledge, which
isn't the best way for novices to start IMHO.

--
marathon
A Riverside, California, health ordinance states that two persons may
not kiss each other without first wiping their lips with carbolized rosewater.
Jul 17 '05 #6
There are many great books on PHP, but by far the one I have found most
useful is "PHP Functions - Essential Reference" by Zak Greant, Graeme
Merrall, Torben Wilson, and Brett Michlitsch published by New Riders. Though
not exactly a book for learning PHP, it is excellent for looking up and
learning new functions for any project. Some functions didn't make the print
for some reason, but they can be found on the php.net website anyway--which
is another priceless resource.

One of the coolest php books I've found (though it might drive newbies a
little crazy) is "Profession al PHP4 Multimedia Programming" published by
Wrox. It gives a good PHP refresher before diving off the deep end into
multimedia programming (eg GD, ImageMagick, PDFlib, etc). I bought this as
as a novice programmmer and am still intimidated by its presence two years
later. :) But it has definitely come in handy for working with PDFlib and
ImageMagick in a few of my past projects.

As far as general PHP books... there are dozens of great ones. I haven't
found many that have sucked. Most of them have good points that others
missed. Get a few and learn from each's strengths. Good luck.

"Huy" <ds*******@gmai l.com> wrote in message
news:d9******** *************** ***@posting.goo gle.com...
Generic PHP newbie question here. May anyone please recommend books
that have gotten you started on PHP (interfacing with MySQL is a plus)
& also reference books? Just looking for some good quality books to
purchase.

Jul 17 '05 #7

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

Similar topics

0
1328
by: Bruno Lienard | last post by:
Look at the recommended books about Python, by the IBM developerWorks site: http://devworks.krcinfo.com/WebForms/ProductList.aspx?Search=Category&id=1400&p=OpenSourceProjects So, a lot of Python books, a lot of "new books". Bruno Lienard
6
2021
by: Peter Jensen | last post by:
Hi! - Which books are good for at comprehensive introduction and further progress, Im currently using "Thinking in C++ 2nd ED"
18
13925
by: John Salerno | last post by:
Hi all. I was hoping some of you could recommend a book or two that would help me get started with the basics of C#. I have a slight knowledge of programming, but basically I want to start out like I know nothing, so I don't skip anything. I considered Microsoft Visual C# .NET Step by Step 2003 by Sharp/Jagger, but then I read a few reviews and it doesn't sound so good. I have XP Home, and I plan to buy only Visual C#, not Visual Studio,...
8
1333
by: Fredrik Wahlgren | last post by:
Hi I'm currently learning .NET. I need to know more about the .NET framework. The only book I have found for C++ programmers is one by Kate Gregory. What other books are there for C++ programmers? TIA, Fredrik
4
4603
by: John | last post by:
Hi, I am currently using Visual Basic.Net "How to Program" by Deitel, Deitel and Nieto. Initially, going trough it at a rapid pace, skipping most exercises, did not give me enough footing. Trying to do most exercises works best, but most exercises have no answers on the accompanying CD, which is very frustrating and slows me down too much. I am self-studying and thus cannot easily ask quick questions to co-students. Any advise on which...
3
1776
by: darren via AccessMonster.com | last post by:
Hi I'm based in the UK and I've drifted into Access from building a simple db for myself, to then being asked to build a simple db for someone else, to now spending time building increasingly more sophisticated (for me)databases. So far my learning curve has been based upon a handleful of books and this forum (which I think is fantastic and the level of help and knowledge sharing has astounded me). Aside from the very basic dummies...
11
1465
by: tom | last post by:
I'm learning VB.NET 2 after years working with VB6 and finding it a challenge. Are there any books/online training soures that you'd recommend for programmers making the transition to .NET and v2 in particular? I'm having trouble getting to grips with a lot of the concepts and different ways of doing things (eg how to handle references to third party dlls, how/whether to use namespaces, security issues and on and on). TIA
7
1974
by: Jack | last post by:
Any recommended books on PHP-MYSQL with serious examples in c++? Regards Jack
8
2668
by: shweta khare | last post by:
Hello!....am a beginner in the field of computer science and programming.Am persuing my computer science engineering course and hav jst begun wid C programming language.Am using the book "Let Us C" by yashwant Karnetkar which assumes no prior programming background and am really finding it helpful.But I did like to kno which books are recommended for a beginner in C language.Would u please give suggestions for the same and also at which stage...
0
8991
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8830
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
9541
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...
1
9321
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,...
1
6796
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
6074
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();...
0
4602
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4874
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.