macdumbpling Posted May 15, 2006 Share Posted May 15, 2006 Hi.I have to write an windows application that sits on a server and sends variables to a php web page. I currently am using flash and MDM, but that's far too slow and we're looking for something a little cleaner.Any suggestions would be wonderful!Thank you,Kevin Biesbrock Link to comment https://forums.phpfreaks.com/topic/9711-phpexe-integration/ Share on other sites More sharing options...
_will Posted May 15, 2006 Share Posted May 15, 2006 [!--quoteo(post=373985:date=May 15 2006, 09:47 AM:name=macdumbpling)--][div class=\'quotetop\']QUOTE(macdumbpling @ May 15 2006, 09:47 AM) [snapback]373985[/snapback][/div][div class=\'quotemain\'][!--quotec--]Hi.I have to write an windows application that sits on a server and sends variables to a php web page. I currently am using flash and MDM, but that's far too slow and we're looking for something a little cleaner.Any suggestions would be wonderful!Thank you,Kevin Biesbrock[/quote]Any windows application that has access to the internet (via ActiveX control or through the winsock API) should be able to send variables to a PHP script. If you can access 'http://localhost/myscript.php?my_variables_here' you can pass the variables you want to send to your PHP script. Link to comment https://forums.phpfreaks.com/topic/9711-phpexe-integration/#findComment-35947 Share on other sites More sharing options...
macdumbpling Posted May 15, 2006 Author Share Posted May 15, 2006 My concern is, though, that I will have to open a new browser window to run the page...should it be possible with any programming language to just run the script? Link to comment https://forums.phpfreaks.com/topic/9711-phpexe-integration/#findComment-35948 Share on other sites More sharing options...
trq Posted May 15, 2006 Share Posted May 15, 2006 [!--quoteo--][div class=\'quotetop\']QUOTE[/div][div class=\'quotemain\'][!--quotec--]should it be possible with any programming language to just run the script?[/quote]Of course it is! Are you really the one writting this application? Link to comment https://forums.phpfreaks.com/topic/9711-phpexe-integration/#findComment-35967 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.