Page 1 of 1

Can Live Code interact with php?

Posted: Sat Jul 30, 2011 5:43 pm
by admin12
Just wondering if Live Code can interact with PHP, so perhaps the actual file uploading could be done with php instead of in Live Code since the revlet player simply is BROKEN.

Mike

Re: Can Live Code interact with php?

Posted: Sun Jul 31, 2011 2:50 am
by Mark
Mike,

On the client side, you'll never know that it is php, or asp, or jsp, pl, cgi, or whatever, even though you may guess from the file extension. What you probably want to know is whether LiveCode can upload data using the GET or POST methods. Yes, it can and although I haven't tried it, I have read that even PUT is possible.

Best,

Mark

Re: Can Live Code interact with php?

Posted: Sun Jul 31, 2011 3:54 pm
by admin12
Great! So the next question is how do I get login data to post to a outside script to interface with a flash, flex or air application?

Any thoughts?

Mike