Does anybody have a working PHPScript Template ?
the following isnt working, be it with or without enclosing '<? ... ?>'.

define('module_name','PHPTest');
define('module_name','0.001alpha');

function testPHP() {
  echo('YO!');
  }

function Init() {
  addMenuItem('Test PHP','','testPHP');
  }


cheers jan

-- 
<http://forum.pspad.com/read.php?2,35432,35432>
PSPad freeware editor http://www.pspad.com

Odpovedet emailem