Thanks for all the answers everyone. I will look into ActiveScripts. Looks
interesting.
"Derick Rethans" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Wed, 25 Jun 2003, Oscar Rylin wrote:
>
> > Something that would be interesting would be to make it possible to use
> > PHP with
On Wed, 25 Jun 2003, Oscar Rylin wrote:
> Something that would be interesting would be to make it possible to use
> PHP with the WSH (Windows Scripting Host)..
> I'm not sure if it's doable, but it sure would be nice :)
>
> Python, perl, vbscript, javascript etc. work with the WSH.. It'd be cool
Something that would be interesting would be to make it possible to use
PHP with the WSH (Windows Scripting Host)..
I'm not sure if it's doable, but it sure would be nice :)
Python, perl, vbscript, javascript etc. work with the WSH.. It'd be cool
to include PHP in that list :P
-- oscar
John Lim
This gives some clues..
http://devel.akbkhome.com/talks/gtk_to_desktop.html
(its focused on a bootstrapper for php-gtk apps, but the embed SAPI
stuff is relivant. - and works on win32)
Regards
Alan
George Schlossnagle wrote:
I have no win32 experience, but you should look at the embed SAPI.
Geo
I have no win32 experience, but you should look at the embed SAPI.
George
On Wednesday, June 25, 2003, at 07:35 AM, John Lim wrote:
Hello,
I'm writing some windows apps that require a scripting language to
control
various info. Has anyone had any experience or source code showing how
to
embe
Hello,
I'm writing some windows apps that require a scripting language to control
various info. Has anyone had any experience or source code showing how to
embed PHP as a scripting language for a windows app? I'm
sure there's some neat way to link to php4ts.dll and pass a script to it.
Thanks aga