From 31c16d7eb924fc4871cff7f68514185ed44d7d21 Mon Sep 17 00:00:00 2001 From: Adam Date: Thu, 27 Jun 2013 09:35:59 -0700 Subject: Minor updates --- php.html.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'php.html.markdown') diff --git a/php.html.markdown b/php.html.markdown index 18324736..947ee4a7 100644 --- a/php.html.markdown +++ b/php.html.markdown @@ -4,8 +4,6 @@ author: Malcolm Fell author_url: http://emarref.net/ --- -# PHP - This document describes PHP 5+. ## [Basic Syntax](http://www.php.net/manual/en/language.basic-syntax.php) @@ -74,7 +72,7 @@ $sgl_quotes END; // Nowdoc syntax is available in PHP 5.3.0 // Manipulation -$concatinated = $sgl_quotes + $dbl_quotes; +$concatenated = $sgl_quotes + $dbl_quotes; ``` ### Compound @@ -471,4 +469,4 @@ Visit the [official PHP documentation](http://www.php.net/manual/) for reference If you're interested in up-to-date best practices, visit [PHP The Right Way](http://www.phptherightway.com/). -If you're coming from a language with good package management, check out [Composer](http://getcomposer.org/). \ No newline at end of file +If you're coming from a language with good package management, check out [Composer](http://getcomposer.org/). -- cgit v1.2.3