mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-25 14:30:47 +02:00
If the title is not explicitly stated, it is generated from the filename. It does not work fine for: "and", "or", "the" which should not be capitalized.
9 lines
217 B
Markdown
9 lines
217 B
Markdown
---
|
|
title: Servers and Deployment
|
|
anchor: servers_and_deployment
|
|
---
|
|
|
|
# Servers and Deployment {#servers_and_deployment_title}
|
|
|
|
PHP applications can be deployed and run on production web servers in a number of ways.
|