php mysql update variable

December 4, 2012

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

nginx php centos6 howto

May 15, 2012

Remove previous php installation # yum remove php-cli php-common Add the EPEL and REMI repos: wget […]