diff --git a/_includes/getting-started.md b/_includes/getting-started.md index 14f33a7..8d71f13 100644 --- a/_includes/getting-started.md +++ b/_includes/getting-started.md @@ -15,16 +15,6 @@ You can start learning PHP without the hassle of installing and configuring a fu [php-release]: http://www.php.net/downloads.php [cli-server]: http://www.php.net/manual/en/features.commandline.webserver.php -## Windows Setup - -You can install PHP on windows from an install executable found on the official [PHP Downloads][php-downloads] page. For a complete Apache, MySQL, and PHP installation check out [WAMP][wamp-installer]. - -* [Read more about the official PHP Windows Installer][windows-installer] - -[php-downloads]: http://www.php.net/downloads.php -[windows-installer]: http://www.php.net/manual/en/install.windows.installer.msi.php -[wamp-installer]: http://www.wampserver.com/ - ## Mac Setup OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current stable version of PHP, though. You can get the PHP executable through a number of Mac [package managers][mac-package-managers] or [compile it yourself][mac-compile] (if compiling, be sure to have Xcode installed, or Apple's substitude ["Command Line Tools for Xcode" downloadable from Apple Developer][apple-developer]). For a complete Apache, MySQL, and PHP installation check out [MAMP2][mamp-downloads]. @@ -35,4 +25,15 @@ OS X comes prepackaged with PHP. As of Mountain Lion, it is _not_ the current st [apple-developer]: https://developer.apple.com/downloads [mamp-downloads]: http://www.mamp.info/en/downloads/index.html +## Windows Setup + +You can install PHP on windows from an install executable found on the official [PHP Downloads][php-downloads] page. For a complete Apache, MySQL, and PHP installation check out [WAMP][wamp-installer]. + +* [Read more about the official PHP Windows Installer][windows-installer] + +[php-downloads]: http://www.php.net/downloads.php +[windows-installer]: http://www.php.net/manual/en/install.windows.installer.msi.php +[wamp-installer]: http://www.wampserver.com/ + + [Back to Top](#top){.top} diff --git a/_layouts/default.html b/_layouts/default.html index 677defa..8e05de3 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -33,8 +33,8 @@
  • Code Style Guide