December 10, 2013 at 12:31 AM PST #PHP is just netcat ... the language of the web does not have a good HTTP abstraction. I'm envious of golang's HTTP package permalink
June 13, 2013 at 10:07 PM PDT One of PHP's biggest problems is that it is too easy to create associative arrays. It discourages people from making proper objects. #php permalink
December 6, 2011 at 05:45 PM EST #hack to fix someone else's #PHP #fail foreach ($_POST as $key => $value) { $_POST[$key] = mysql_real_escape_string($value); } permalink