My Favourite Links
Here's some of my favourite/interesting links from the www that help me with web dev.
Links / PHP
Regular Expression Playground
Author: G Skinner
URL: https://gskinner.com/RegExr/
Excellent Regular Expression Playground
Links / PHP
PHP Advent
Author: Chris Shiftlett & Sean Coates
Each day in December developer tips are posted (started 2007)
Links / PHP
CodeIgniter Mini Series
Author: Net Tuts
URL: https://net.tutsplus.com/articles/news/codeigniter-from-scratch-day-1/
Great mini-series about how to develop in PHP framework CodeIgniter
Links / PHP
Posting to Twitter with OAuth Guide
Author: Sitepoint
URL: https://www.sitepoint.com/oauth-for-php-twitter-apps-part-1/
Great how to guide for getting tweets setup with your PHP scripts!
Links / PHP
9 PHP Functions you Need to Know
Author: Nettuts (Burak Guzel)
URL: https://net.tutsplus.com/tutorials/php/9-useful-php-functions-and-features-you-need-to-know
Talks about 9 inbuilt PHP functions you may not know about and how you can use them.