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 again. John
I have no win32 experience, but you should look at the embed SAPI.
George
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 again. John
--
-- George Schlossnagle
-- Principal Consultant
-- OmniTI Computer Consulting, Inc.
-- +1.410.872.4910 x202
-- 1024D/1100A5A0 1370 F70A 9365 96C9 2F5E 56C2 B2B9 262F 1100 A5A0
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 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
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 again. John
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
Already works, there is the ActiveScripts SAPI in the download.
Derick
--
"Interpreting what the GPL actually means is a job best left to those
that read the future by examining animal entrails."
Derick Rethans http://derickrethans.nl/
International PHP Magazine http://php-mag.net/
Thanks for all the answers everyone. I will look into ActiveScripts. Looks
interesting.
"Derick Rethans" derick@php.net wrote in message
news:Pine.LNX.4.53.0306251706230.2213@jdi.jdimedia.nl...
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 :PAlready works, there is the ActiveScripts SAPI in the download.
Derick
--
"Interpreting what the GPL actually means is a job best left to those
that read the future by examining animal entrails."Derick Rethans http://derickrethans.nl/
International PHP Magazine http://php-mag.net/