PHP: 68 Things Beginners Must Know by Yanagida Shou, Kamiya Ryousuke, Nishihara Junko
English | August 7, 2024 | ISBN: N/A | ASIN: B0DCH7Q9TG | 181 pages | EPUB | 0.46 Mb
English | August 7, 2024 | ISBN: N/A | ASIN: B0DCH7Q9TG | 181 pages | EPUB | 0.46 Mb
Discover the essential knowledge every PHP beginner needs in this comprehensive guide.
From understanding PHP as a server-side scripting language to mastering its object-oriented programming features, this book covers it all.
Learn how to execute PHP code on the server, work with databases, and embed PHP in HTML.
Familiarize yourself with PHP syntax, variables, and associative arrays.
Explore PHP's extensive built-in functions, error handling, and session management.
Dive into advanced topics like namespaces, anonymous functions, and built-in encryption support.
Perfect for beginners, this book provides clear explanations and practical examples to help you become proficient in PHP.
《Index》
・PHP as a Server-Side Scripting Language
・PHP Code Execution on the Server
・PHP Files Have a ".php" Extension
・PHP Can Be Embedded in HTML
・PHP's Versatility with Databases
・PHP Syntax Resemblance to C, Java, and Perl
・PHP Variables Start with a "$" Sign
・PHP is Loosely Typed
・PHP and Associative Arrays
・PHP and JSON Support
・PHP's Extensive Built-in Functions
・PHP's Object-Oriented Programming
・Using the "echo" Statement in PHP
・Single and Double Quotes in PHP Strings
・Defining Constants in PHP with "define()"
・Error Handling in PHP
・PHP Session and Cookie Management
・PHP File Handling Basics
・PHP's Built-in Support for Regular Expressions
・Using Include and Require Statements in PHP
・PHP's Built-In Support for HTTP Headers
・PHP's Magic Methods in Classes
・PHP's Built-in Date and Time Functions
・PHP Namespaces
・Anonymous Functions and Closures in PHP
・PHP's Built-in XML Support
・Code Reuse with PHP Traits
・Image Manipulation with PHP
・PHP's Built-in Encryption Support
…etc