php mysql update variable

December 4, 2012

Goal: Update wordpress post with PHP cli < ?php $con = mysql_connect("localhost","root","[redacted]"); if (!$con) { echo […]

wordpress plugin pre syntax

May 14, 2012

A great plugin to use to get syntax specific pre statements is “Prettify GC Syntax Highlighter” […]

fix tumblrize plugin error

November 20, 2010

Parse error: syntax error, unexpected T_STRING, expecting T_FUNCTION in tumblrize.php on line 636 This is caused […]