From: Wez Furlong Date: Wed, 22 May 2002 00:03:02 +0000 (+0000) Subject: Add README and CREDITS... X-Git-Tag: RELEASE_0_10~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64df5577bf78e213604254af5e21adc77e356cee;p=php Add README and CREDITS... --- diff --git a/sapi/activescript/CREDITS b/sapi/activescript/CREDITS new file mode 100644 index 0000000000..ef347bac0d --- /dev/null +++ b/sapi/activescript/CREDITS @@ -0,0 +1,2 @@ +ActiveScript +Wez Furlong diff --git a/sapi/activescript/README b/sapi/activescript/README new file mode 100644 index 0000000000..b033110332 --- /dev/null +++ b/sapi/activescript/README @@ -0,0 +1,56 @@ +This is the ActiveScript SAPI for PHP. +====================================== + +Once registered on your system (using regsvr32), you will be able to use +PHP script in any ActiveScript compliant host. The list includes: + +o. Client-side script in Internet Explorer +o. Windows Script Host +o. ASP and ASP.NET +o. Windows Script Components / Behaviours +o. MS Scriptlet control + +Probably the most useful of these will be using it with the scriptlet +control, or in your own activescript host, so that you can very easily +embed PHP into your win32 application. + +Installation. +============= + +Build and install it somewhere; then register the engine like this: + + regsvr32 php4activescript.dll + +Usage. +====== + +o. Client-side script in Internet Explorer + + + +o. Windows Script Host + + Create a .wsf file like this: + + + + + +o. ASP and ASP.NET + + <%@language=ActivePHP %> + <% $Response->Write("Hello"); %> + +o. Windows Script Components / Behaviours + + Use language="ActivePHP" on your