1
0
mirror of https://github.com/restoreddev/phpapprentice.git synced 2025-08-04 13:57:40 +02:00

Removed unnecessary trailing space

This commit is contained in:
Andrew Davis
2019-04-29 20:13:43 -05:00
parent 8336ce5c7b
commit f72b822c31

View File

@@ -32,5 +32,3 @@ POST requests are used to send data to a server. A server will process the data
We have been talking a lot about how a server can process requests and send responses. How do programmers develop a server to handle HTTP requests? With PHP! We have been talking a lot about how a server can process requests and send responses. How do programmers develop a server to handle HTTP requests? With PHP!
PHP was built with web server development in mind. Let us write our first PHP server script. PHP was built with web server development in mind. Let us write our first PHP server script.