current location: Home > Download > Learning resources > php e-book > Web Development Introduction Classic: Using PHP6, Apache and MySQL
Web Development Introduction Classic: Using PHP6, Apache and MySQL
Classify: Learning materials / php e-book | Release time: 2018-02-26 | visits: 2820879 |
Download: 588 |
Latest Downloads
Red Alert Online
Delta Force
Pokémon UNITE
Fantasy Aquarium
Girls Frontline
Wings of Stars
Little Flower Fairy Fairy Paradise
Restaurant Cute Story
Shanhe Travel Exploration
Love and Producer
24 HoursReading Leaderboard
- 1 Call to a Member Function on a Non-Object: How to Diagnose and Fix This PHP Error?
- 2 Why Are My Go Logs Not Writing to File?
- 3 How Can I Create User-Friendly URLs in PHP?
- 4 How to Compute MD5 File Checksums in Java?
- 5 Why Are My Localhost Project Links Failing in WAMP, and How Can I Fix Them?
- 6 Warframe: Atomicycle Complete Guide
- 7 How to Resolve Go's Cross-Compilation Bootstrapping Issue from Windows to Linux?
- 8 Runnable run() vs. Thread start(): What's the Key Difference?
- 9 Why Does mysqli_connect() Fail with "Authentication Method Unknown (Caching_sha2_password)"?
- 10 How to Add Color to Console Output Using System.out.println()?
- 11 How Can I Iterate Through JavaScript Arrays?
- 12 How Can I Efficiently Extract Numbers from Strings in Python?
- 13 How Can I Handle HTTP Errors and Retrieve Response Codes When Using `file_get_contents` for POST Requests?
- 14 How Can I Use Multiple Databases in Laravel?
- 15 How Can I Convert a Python Dictionary to a Pandas DataFrame with Date and Value Columns?
Latest Tutorials
-
- Go language practical GraphQL
- 2324 2024-04-19
-
- 550W fan master learns JavaScript from scratch step by step
- 3740 2024-04-18
-
- Getting Started with MySQL (Teacher mosh)
- 1994 2024-04-07
-
- Mock.js | Axios.js | Json | Ajax--Ten days of quality class
- 2780 2024-03-29
By studying this book, readers will quickly understand why PHP, Apache, and MySQL will quickly become the most popular ways to develop dynamic websites. This book will lay a good foundation for readers to understand how these three core components work independently and together. Guide readers to take full advantage of the various features they offer.
Introduction to Web Development Classic: Using PHP6, Apache and MySQL First, it introduces how to use the important functions of these technologies to create a complete website through two projects. These two projects guide readers through the basics, such as writing PHP code, setting up a MySQL database, populating the database with data, and displaying specific information to visitors. Next, some complex topics using PHP, Apache, and MySQL are discussed while completing the development of each website.
After carefully reading this book, readers will fully understand the core concepts needed to become an effective developer and be able to use free tools to create well-designed dynamic websites.
The main contents of this book
◆ Installation and configuration of PHP, Apache and MySQL
◆ Avoiding errors and how to handle them when they occur
◆ Tips for creating, modifying and processing image files
◆ Steps to establish a content management system
◆ Monitor the website with activity logs and error logs
◆ Create an email list and process user registration
◆ Tips for adding e-commerce functionality
◆ How to connect to MySQL from PHP
Target readers of this book: This book is suitable for PHP beginners who have some website development experience and a basic understanding of HTML and CSS.
Introduction to Web Development Classic: Using PHP6, Apache and MySQL Directory
Chapter 1 Configuration and Installation 1
Chapter 2 Creating PHP Pages with PHP6 15
Chapter 3 Using PHP and MySQL69
Chapter 4 Displaying Data in Tables 93
Chapter 5 Form Elements: Letting Users Manipulate Data 117
Chapter 6 Let users edit the database 137
Chapter 7 Processing and Creating Images with PHP 157
Chapter 8 Validating User Input 197
Chapter 9 Handling and Avoiding Errors 219
Chapter 10 Building a Database 237
Chapter 11 Sending Email 285
Chapter 12 User login. Configuration and Personalization319
Chapter 13 Building a Content Management System 363
Chapter 14 Mailing List 421
Chapter 15 Online Store 455
Chapter 16 Creating a Bulletin Board System 503
Chapter 17 Using Log Files to Improve Your Website 569
Chapter 18 Troubleshooting 579