Have one to sell? Sell yours here
PHP/MySQL Programming for the Absolute Beginner
 
 
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

PHP/MySQL Programming for the Absolute Beginner [Paperback]

Andy Harris (Author)
3.1 out of 5 stars  See all reviews (8 customer reviews)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for Students. Learn more


Book Description

1931841322 978-1931841320 June 3, 2003 1
This guide teaches Perl and provides the readers with the fundamental programming concepts they need to grasp in order to learn any new computer language.

Customers Who Bought This Item Also Bought


Editorial Reviews

From the Publisher

NEW, REVISED EDITION incluing coverage of PHP 5 available as of August 2004: "PHP 5/MySQL Programming for the Absolute Beginner" (1592004946).

From the Author

Please look at my second edition of this book, PHP 5 / MySQL Programming for the Absolute Beginner, also from PTR (ISBN: 1592004946). The second edition updates the first with much improved coverage of installation and configuration, new chapters on XML and SQLite, and new coverage of Object-Oriented Programming.

Every program in the book has been tested on multiple servers, but you may need to adjust the code or your server configuration for your own situation. Instructions for doing this are included in the book whenever it may be necessary.

-Andy


Product Details

  • Paperback: 440 pages
  • Publisher: Muska & Lipman/Premier-Trade; 1 edition (June 3, 2003)
  • Language: English
  • ISBN-10: 1931841322
  • ISBN-13: 978-1931841320
  • Product Dimensions: 9 x 7.4 x 1 inches
  • Shipping Weight: 1.7 pounds
  • Average Customer Review: 3.1 out of 5 stars  See all reviews (8 customer reviews)
  • Amazon Best Sellers Rank: #825,008 in Books (See Top 100 in Books)

More About the Author

I live near Indianapolis, Indiana.

I am a lecturer in computer science at Indiana University / Purdue University - Indianapolis (Yes, that IS officially the longest university name on the planet... we call it IUPUI)

I was an army brat. I grew up in many parts of the Eastern United States and in Japan.

I've been interested in computing since the early eighties, when my brother and I took the money we were saving for a car and blew it on a TRS-80 model 1 with the built-in Japanese character set. (That machine is still in my garage. Don't tell my wife.)

My first career was as a special education teacher. I taught young adults with severe disabilities for several years. I really enjoyed my job and my students. I learned a lot about teaching through that experience.

While doing special ed, I kept my interest in computing, doing some freelance programming and writing about computer topics. Eventually, I became a lab instructor in the computer science program at IUPUI.

I moved to IUPUI as a full-time gig in 1995. Since then, I have been involved in creating a certificate of applied computer science. I have also worked on building a distributed education program. I especially love designing curricula using emerging and interesting technology and ideas.

I have taught many applied CS topics, but there is always more to learn.
Right now my focus tends to be on applied computing in programming languages, game programming, and mobile computing.

My favorite part about writing is hearing from readers. It's great when somebody sends me a link to a game or project they've written using one of my books. I'd love to get a line from you about one of my books, what you'd like to see me work on next, or just to say hi. I hope my writing feels like a conversation, and I'm looking forward to hearing from your side of the talk.

 

Customer Reviews

8 Reviews
5 star:
 (2)
4 star:
 (2)
3 star:
 (1)
2 star:
 (1)
1 star:
 (2)
 
 
 
 
 
Average Customer Review
3.1 out of 5 stars (8 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

50 of 51 people found the following review helpful:
5.0 out of 5 stars Good for beginners ... Installation issues, December 24, 2003
By A Customer
Amazon Verified Purchase(What's this?)
This review is from: PHP/MySQL Programming for the Absolute Beginner (Paperback)
This book is excellent for someone who has zero or outdated programming knowledge. If you follow all the examples you will become knowledgeable enough to tackle more advanced titles on the subject. If you had problems getting the software working ... read the last section of this review. The book covers the basics of HTML, PHP, MySQL and programming concepts such as Variables, Conditions, Functions, Loops, String handling, Arrays etc. at a level and in a manner that beginners should warm to. Rather than a terse explanation of these topics, the author chose to "teach by example". Sometimes this approach works better ... especially in cases where the meaning of the code can be easily interpreted.

The first Chapter on MySQL (CHAP 7) needs some work. It speaks about exporting a table into html and xml (page 281) but does not clearly explain that this exports the results of a query. You will first have to build a query (SELECT * FROM phoneList;) before you can export. There are a few other areas in the book where you have to "figure it out". For example, the use of "backslash-n" appears in the text without explanation. Unfortunately, the PHP manual did not clear it up for me. However, hats off to the author (Andy Harris) as other texts are so much more difficult for the beginner (i.e. non programmer).

Installation Problems
---------------------
I had problems getting the supplied PHP software working under Windows 2000. Since I have 2 other PHP books I consulted them only to find that the software supplied by both these did not work either. My Internet search turned up no solution but gave enough info that allowed me to stumble unto a solution. For those of you with a similar problem, try this -

Download apache_1.3.23-win32-x86 or latest version (apache.org)
Download mysql-3.23.49-win or latest version (mysql.com)
Download php-4.2.3-Win32 or latest version (php.net)

The Apache and MySQL installers run automatically but PHP requires some work. Once installed, test Apache with http://localhost/ ... you should see the default apache screen. Next you will need to get Apache to use PHP to interpret files with the .php extension. ... Also, remember to replace all \ with / when editing the configuration files.

If all else fails, reread the installation info that came with the software and search the net for WAMP (Windows, Apache, MySQL, PHP). Good Luck.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


13 of 15 people found the following review helpful:
4.0 out of 5 stars Great introduction to programming in general, August 13, 2003
By 
cjmazon "chrisjmeagher" (Pasadena, CA United States) - See all my reviews
This review is from: PHP/MySQL Programming for the Absolute Beginner (Paperback)
While, of course, focusing on the aspects of PHP and MySQL programming, the first few chapters of the book also make sure to teach the fundamentals of all programming - scope of variables, arrays, the different options for loops, etc. This was extremely helpful to me. With the in-depth example programs and the useful "Challenges" at the end of each chapter, I was programming in PHP from day one. The only problem I had is that he doesn't cover the configuration of PHP much at all, and the example programs on the CD require a certain configuration of PHP that is not standard with installations - so, I had to alter his code in order to see it work on MY computer.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


16 of 21 people found the following review helpful:
5.0 out of 5 stars Great Book for anyone wanting to learn PHP & MySQL, June 19, 2003
By 
"kazsil" (Indianapolis, IN) - See all my reviews
This review is from: PHP/MySQL Programming for the Absolute Beginner (Paperback)
This book will help anyone who has had any or no experience with programming. I found this book easy to understand and he shows great examples for almost everything. That was very important to me since I am a "show me" type of learner. Great Book!
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews






Only search this product's reviews



Inside This Book (learn more)
First Sentence:
Web pages are interesting, but on their own they are simply documents. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
sentry variable, foreach print, spy database, php program, dice program, adventure values, php code, foreach loop, associative array, foreign key reference, end foreach, php page, ect object, switch structure, data normalization, edit table, file pointer, board width, submit button, left brace, administrative password, edit record, right brace, normal array, time through the loop
Key Phrases - Capitalized Phrases (CAPs): (learn more)
New York, Dancing Elephant, Enduring Angst, Binary Dice, Furious Dandelion, Yak Dirigible, Andy Harris, Monty Python, Tods Help, Tools Help, Laser Pointer Binary Cow, Panther Bullets Panther Submarine, Row Your Boat, Update Record, Delete Record, Lower Volta, Submit Query, Three Plus Five, Lower Votla, Text-Based Form Elements, Top Camel Populations
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:


Books on Related Topics (learn more)


Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product).
 
(67)
(60)
(8)
(11)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums



So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject