- Learning PHP 7
- Antonio Lopez
- 85字
- 2021-07-09 20:17:39
Chapter 2. Web Applications with PHP
Web applications are a common thing in our lives, and they are usually very user friendly; users do not need to understand how they work behind the scenes. As a developer, though, you need to understand how your application works internally.
In this chapter, you will learn about:
- HTTP and how web applications make use of it
- Web applications and how to build a simple one
- Web servers and how to launch your PHP built-in web server
推薦閱讀
- Oracle Exadata性能優化
- Microsoft Application Virtualization Cookbook
- PhoneGap Mobile Application Development Cookbook
- Learning Apache Cassandra
- Internet of Things with ESP8266
- Scratch·愛編程的藝術家
- SignalR:Real-time Application Development(Second Edition)
- Go語言入門經典
- Mastering SciPy
- Continuous Delivery and DevOps:A Quickstart Guide Second Edition
- 軟件測試技術
- Bitcoin Essentials
- 絕密原型檔案:看看專業產品經理的原型是什么樣
- Kotlin程序員面試算法寶典
- Python程序設計現代方法