php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "PHP book"

Can you recommend a book that focuses on PHP5 OOP aspects with practical examples?

One recommended book that focuses on PHP5 OOP aspects with practical examples is "PHP Objects, Patterns, and Practice" by Matt Zandstra. This book cov...

Is it permissible to claim copyright on a PHP script based on code from a book?

It is not permissible to claim copyright on a PHP script based on code from a book, as the code is considered derivative work and the original author...

In what ways can a PHP developer improve their problem-solving skills and approach when faced with challenges like automatically retrieving book descriptions from external sources?

Issue: To automatically retrieve book descriptions from external sources, a PHP developer can use web scraping techniques to extract the necessary inf...

How can you improve the code provided to check if the variable "Produktgruppe" has the value "Book" in PHP?

The issue can be solved by using the strict comparison operator (===) to check if the variable "Produktgruppe" is equal to the string "Book". This ens...

What are the recommended steps for structuring tables and organizing data in MySQL for a family book project in PHP?

When structuring tables and organizing data in MySQL for a family book project in PHP, it is important to plan out the database schema carefully to en...

Showing 6 to 10 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.