e_addr is the same as odins
> (but this can be spoofed).
>
> What I am hoping can be done is call functions inside a php library,
> straight from livecode or livecode server.
>
> --
> View this message in context:
> http://runtime-revolution.278305.n4.nabble.com/PHP-LiveCode
this message in context:
http://runtime-revolution.278305.n4.nabble.com/PHP-LiveCode-Server-tp4094866p4096296.html
Sent from the Revolution - User mailing list archive at Nabble.com.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit
Andrew,
You can execute PHP from the command line.
Mac OS X/Linux:
php [options] [ -f ] file [[--] args...]
php [options] -r code [[--] args...]
php [options] [-B code] -R code [-E code] [[--] args...]
php [options] [-B code] -F file [-E code] [[--] args...]
php [options] -- [ args...]
php [
On the desktop, I can execute python and other scripting languages. But how
might one go about making calls to PHP functions in LiveCode Server?
I have all of these wonderfully useful PHP libraries for different web
services. While I have been making a habit of trying to recreate them in
livecode