I just installed PHP to use this thing - a few of my older projects are set up for it - but whenever I run it, it just echoes itself to the command line. I've doublechecked my Windows Path variable (it's Win 7 Pro, btw) and PHP is indeed in the path. I've also rebooted after installing php, but still - nothing. Here's the command I'm running it with:
php feidian.php -cr customdef,16,28,0x46238 game.smc output.bmp
What am I doing wrong?
Edit: Fixed it. Replaced every <? at the top of FEIDIAN's source files with <?php and it worked :p