Does anybody know of a good php book that first goes off and describes how to write good clean organized code? And then goes on from their?
Thakn you
Anthony
Good php book?
Moderator: General Moderators
-
pinehead18
- Forum Contributor
- Posts: 329
- Joined: Thu Jul 31, 2003 9:20 pm
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
it's probably a better idea to look for a good book that talks about writing clean code, and a good php book..
Something like: Code Complete
Something like: Code Complete
-
penguinboy
- Forum Contributor
- Posts: 171
- Joined: Thu Nov 07, 2002 11:25 am
PHP Fast & Easy
I started out on this book a couple of years ago.
PHP is in constant development, so once you get the basic hang of syntax the best information is on the web.
A review:
I started out on this book a couple of years ago.
PHP is in constant development, so once you get the basic hang of syntax the best information is on the web.
A review:
Reviewer: Joshua Puckett (Richmond, KY United States)
As a php beginner, like myself, I bought this book to learn some of the nuances of the code and be able to manipulate it myself.
First off, the structure of the book is great! You start out with primers on MySQL, with installation instructions and very basic instructions on creating tables and inserting data. These instructions are through a dos window, which is fine, although I would've liked to see some phpMyAdmin instructions as well. But it is about php, so I can't complain!
Second, the author gives a quick look over the Apache server software. Excellent small tutorial, and gives you enough to get you going.
Then you get into the php. The book is an extremely easy read, the text is clear and concise. The examples in the pictures are a tad small, but otherwise a useful reference. You go through many things, including creating simple mail forms to setting up user authentication.
I gave this book 5 out of 5 stars because it answered all my questions. Excellent book for beginners. I was disappointed at a few aspects of php left out, but I could've got more if I wanted to spend more money.
Tis what got me started. Now look at me, I am almost done writing my own internet forum! Now once I learn javascript it won't suck eitherJoe wrote:Good Book for beginners
I am not sure what edition they are on now, wee bit of the information is outdated, but it's a great reference. I normally just go to php.net to learn new things or check stuff out, now that I have the basics down.