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
Can Live Code interact with php?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Re: Can Live Code interact with php?
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
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
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Can Live Code interact with php?
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
Any thoughts?
Mike