From f72b822c318339f9e3147e89b36c5b2000d8c060 Mon Sep 17 00:00:00 2001 From: Andrew Davis Date: Mon, 29 Apr 2019 20:13:43 -0500 Subject: [PATCH] Removed unnecessary trailing space --- chapters/web/02-http-post.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/chapters/web/02-http-post.md b/chapters/web/02-http-post.md index 1141a2a..8b68561 100644 --- a/chapters/web/02-http-post.md +++ b/chapters/web/02-http-post.md @@ -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! PHP was built with web server development in mind. Let us write our first PHP server script. - -