- Web Penetration Testing with Kali Linux(Third Edition)
- Gilberto Najera Gutierrez Juned Ahmed Ansari
- 115字
- 2021-06-24 18:44:54
The server-side code
Script code and HTML formatting are interpreted and presented by the web browser. This is called client-side code. The processes involved in retrieving the information requested by the client, session tracking, and most of the application's logic are executed in the server through the server-side code, written in languages such as PHP, ASP.NET, Java, Python, Ruby, and JSP. This code produces an output that can then be formatted using HTML. When you see a URL ending with a .php extension, it indicates that the page may contain PHP code. It then must run through the server's PHP engine, which allows dynamic content to be generated when the web page is loaded.
推薦閱讀
- pcDuino開發實戰
- Arch Linux Environment Setup How-to
- SOA實踐者說
- Windows Server 2012 Hyper-V Cookbook
- Microsoft Operations Management Suite Cookbook
- 云原生落地:產品、架構與商業模式
- Linux服務器配置與管理
- Social Data Visualization with HTML5 and JavaScript
- VMware Horizon View Essentials
- bash shell腳本編程經典實例(第2版)
- Linux內核分析及應用
- Angular權威教程
- Linux指令從初學到精通
- Getting Started with Raspberry Pi Zero
- Docker for Developers