Automatically refresh the Stylesheet Version Number Leave a Comment / Code Snippets, General, PHP, Wordpress Add a version number to a WordPress css file that will automatically update when the file is changed:
Encode Mysql Results to JSON Leave a Comment / Code Snippets The title says it all: mysql_set_charset('utf8', $database_connection); // charset $sqlStr = "SELECT * FROM yourtable;"; //provide the query $result = mysql_query ($sqlStr, $database_connection) or die…
WordPress IDE – Visual Studio Code Leave a Comment / PHP, Visual Studio, Wordpress I have decided to test out another WordPress IDE – Visual Studio Code *(or should I do PHP Tools for Visual Studio first?) Step 1:…
Per site PHP Configuration on IIS Leave a Comment / General Per-site PHP configuration with PHP 5.3 and IIS Check Condev, and lorem ipsum site for examples