DanC Posted October 20, 2009 Share Posted October 20, 2009 Hi, I have an AS3 login script, but I want to work with PHP sessions. In AS3, how would I go about remotely executing a PHP script to create a session? I know about URLLoader but I've heard this only reads the text and doesn't execute it or something? Perhaps I am mistaken. Can someone guide me to creating a PHP session from clicking a button in AS3? Thanks, Dan. Quote Link to comment https://forums.phpfreaks.com/topic/178379-executing-php-script-from-as3/ Share on other sites More sharing options...
dreamlove Posted October 23, 2009 Share Posted October 23, 2009 URLLoader will read the URL .it means, the script is executed on the host of the URL. So , the session is created. Quote Link to comment https://forums.phpfreaks.com/topic/178379-executing-php-script-from-as3/#findComment-942683 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.