Forum Moderators: coopster
I intstalled easyPHP on my windows box. Since it doesn't have "php4activescript.dll" by default (as far as I know), I downloaded the latest stable version of php4 and replaced the php files from easy php.
I registered php4activescript.dll with Windows.
When I run the following test script, I get this error
There is no script file specified
<job id="test"><script language="PHPScript">
$WScript->Echo("Hello World!");
</script></job>
Can anyone tell me what I am doing wrong?
Thanks!
Erik
Which say (among other things).
Note: In PHP 4, you should move all files located in the dll and sapi folders to the main folder (e.g. C:\php).
Note: In PHP 4, the engine was named 'ActivePHP', so if you are using PHP 4, you should replace 'PHPScript' with 'ActivePHP' in the above example.
So you peeked my interest. How are you using this?