Re: PHP & LiveCode Server

2011-11-22 Thread Ian Wood
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

Re: PHP & LiveCode Server

2011-11-22 Thread Andrew Kluthe
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

Re: PHP & LiveCode Server

2011-11-22 Thread Mark Schonewille
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 [

PHP & LiveCode Server

2011-11-22 Thread Andrew Kluthe
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