Archive for the ‘PHP’ Category

Parsing Axho’s WoW (World of Warcraft) JSON feed with PHP

PHP 13.1.2011 12 Comments

A tutorial on parsing a JSON feed with PHP specifically for Axho’s feed for WoW guild info

Read More

Setting up Apache with IIS and running PHP on both

IIS, PHP 4.5.2009 No Comments

Setting up Apache with IIS (and PHP on both) Recently I’ve been working on a project in PHP since it required true URL rewriting which just is not available in the windows environment currently. This required the installation of Apache and it’s wonderful mod_rewrite module which does all the wonderful URL rewriting stuff. I ran…

Read More