PHP
PHP: Hypertext Preprocessor - official docs
-
PHP Tutorial for Beginners | WIRED - single HTML page book on basics. Great so far. Example code - all on one line? Very simple / short / well-explained.
-
PHP: The Right Way - in a single HTML page, free book here: PHP: The "Right"… by Phil Sturgeon et al. [PDF/iPad/Kindle] Great info on installation, debugging, (on coding practice)
-
Make your own blog - In this tutorial, I'll present how to write a simple blog system, using the PHP language and the Apache web server. For the database, we'll use SQLite, to keep things simple.
-
PHP Essentials - Techotopia - wiki style book. PHP 5 Tutorial w3schools
-
PHP 101: PHP For the Absolute Beginner - Zend Developer Zone - seems pretty comprehensive
Convert _ to PHP:
-
PHP Programming - Wikibooks, open books for an open world | https://en.m.wikibooks.org/wiki/PHP_Programming
-
PHP Best Practices: a short, practical guide for common and confusing PHP tasks | https://phpbestpractices.org/
PHP (Instead of WORDPRESS / BLOG)?