diff --git a/README.md b/README.md index 7bab9ee5..029c046d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB * [Python](#python) * [Go](#go) * [Ruby](#ruby) +* [PHP](#php) * [Haskell](#haskell) * [Rust](#rust) * [Additional resources](#additional-resources) @@ -63,6 +64,9 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB ## Ruby: * [Build Instagram From Scratch with Ruby on Rails](https://www.dropbox.com/s/9vq430e9s3q7pu8/Let%27s%20Build%20Instagram%20with%20Ruby%20on%20Rails%20-%20Free%20Edition.pdf?dl=0) +## PHP: +* [Build a blog using SQLite and PHP](http://ilovephp.jondh.me.uk/) + ## Haskell: * [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/) * [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours)