5 customer reviews
SKU: B085VSX3ZF

81.77$

Why is PHP the most widely used programming language on the web? This updated edition teaches everything you need to know to create effective web applications using the latest features in PHP 7.4. You’ll start with the big picture and then dive into language syntax, programming techniques, and other details, using examples that illustrate both correct usage and common idioms.

If you have a working knowledge of HTML, authors Kevin Tatroe and Peter MacIntyre provide many style tips and practical programming advice in a clear and concise manner to help you become a top-notch PHP programmer.Understand what’s possible when you use PHP programsUnderstand what’s possible when you use PHP programsLearn language fundamentals, including data types, variables, operators, and flow control statementsLearn language fundamentals, including data types, variables, operators, and flow control statementsExplore functions, strings, arrays, and objectsExplore functions, strings, arrays, and objectsApply common web application techniques, such as form processing, data validation, session tracking, and cookiesApply common web application techniques, such as form processing, data validation, session tracking, and cookiesInteract with relational databases like MySQL or NoSQL databases such as MongoDBInteract with relational databases like MySQL or NoSQL databases such as MongoDBGenerate dynamic images, create PDF files, and parse XML filesGenerate dynamic images, create PDF files, and parse XML filesLearn secure scripts, error handling, performance tuning, and other advanced topicsLearn secure scripts, error handling, performance tuning, and other advanced topicsGet a quick reference to PHP core functions and standard extensionsGet a quick reference to PHP core functions and standard extensions

Important Notice: Product details may change. Please check regularly for updates.

Last updated: June 14, 2025, 6:29 pm

Product details

  • ASIN : B085VSX3ZF
  • Publisher : O'Reilly Media
  • Accessibility : Learn more
  • Publication date : 12 March 2020
  • Edition : 4th
  • Language : English
  • File size : 8.2 MB
  • Simultaneous device usage : Unlimited
  • Screen Reader : Supported
  • Enhanced typesetting : Enabled
  • X-Ray : Not Enabled
  • Word Wise : Not Enabled
  • Print length : 941 pages
  • ISBN-13 : 978-1492054092
  • Page Flip : Enabled
Please note: Product details may change.
Brand

by Kevin Tatroe (Author), Peter MacIntyre (Author) Format: Kindle Edition

5 reviews for Programming PHP: Creating Dynamic Web Pages

  1. MartinH (verified owner)

    Good book to start learning PHP

    I liked it, it’s a good book for someone who wants to learn PHP. However, they don’t talk about any low level details, explain how some functions work under the hood, what’s the complexity or give tips on how to optimize code (and I kinda expected that). Not really a problem, but some other people might need to know that

  2. Amazon Customer (verified owner)

    Disappointing

    There's lots of good information in this book, but as it claims to cover PHP 7.4 many of the language improvements appear to be missing. For instance:

    There's no mention that you can create arrays with the square bracket syntax: $nums = [1, 2, 3, 4] or $person = ['name' => 'martin']
    There's no mention of variadic function parameters: public function sum(…$args){}

    So I wonder what else is missing?

    Also missing are things most PHP developers take for granted nowadays:
    Composer – PHPs defacto package manager.
    Autoloading
    The various frameworks that exist (Symfony, Laravel etc.)

    This feels like a very lazy update to the previous editions.

  3. Gabriela Leal (verified owner)

    Solid book on the fundamentals on php

    I mainly got this book as a resource for a recent job offering with absolutely no experience writing within the language, and believed that this would be a good resource to be able to utilize for this job. However there are some caveats to this book, that I feel are mainly due to the structure of my work that ends up having me not really utilizing it as much when going into the later chapters, as most of the solution are handled much more by framework basis.

    This book, is a solid book in my opinion of being able to get someone who is brand new to programming up and running, with a wide variety of topics to explore, and in that retrospect, in my opinion if you need a book that is a solid foundation to learn a variety of topics, then this is a good start for you to explore, as it will help you to learn terminology that you will need to know later when exploring frameworks.

    However, in the sense of the work that I mainly due being through frameworks, what I was mainly hoping from this book is to describe best practices of the many different flavors of php, which it does do in some retrospect, but for most of the topics in this book I hardly ever touch, as they are rarely ever needed. I do still feel this is a solid resource to understand the language as a whole of what it can do, but if you are looking for a book that can describe at a better level best practices, you may need to look elsewhere to cover it.

  4. Dusk (verified owner)

    There are no page numbers

    Be aware that there are no page numbers for this version of the book, this can make it difficult for school assignments that may refer by page number specifically.

  5. A E (verified owner)

    Pretty good, but not perfect

    If you're looking for a book to get a better understanding of PHP and dynamic web sites, this book is pretty good. It doesn't go into deep detail, so that is a bit frustrating because there are some parts that are glossed over, rather than the deep in-depth details that a newbee to dynamic web site development needs.

Add a review

Your email address will not be published. Required fields are marked *