Archive
You are viewing all articles posted in april 2009
Recent articles can be found on the homepage.
Quick PHP Tip: passing by reference creates array keys
posted on 29 April 2009 (06:35 PM)
Another little PHP tip that could save you a couple of debugging hours.
Quick PHP Tip: close your connection between stream_get_contents calls
posted on 22 April 2009 (10:07 PM)
Here's a quick solution to a problem I encountered which might save you some headaches.