HOW TO: HTML embedded client-side PHPScripting under MSIE?
I have installed PHP 5.0.3 RC2 on my Win2000 Server and registered the
php5activescript.dll so that WSH scripts work. For example, the following
PHP script works:
<job id="test">
<script language="PHPScript">
$WScript->Echo("Hello World!");
</script>
</job>
Similarly, I would like to embed PHP scripts into HTML pages using the
<script language="PHPScript"> ... </script> tags. For some reason, these
are being ignored by MSIE 6 SP2+. The registry entries for PHPScript look
very similar in form to VBScript.
What am I missing?
TNX
Philibuster
|