Using PHP with windows API's. Possible?
Posted: Tue Feb 15, 2011 1:06 pm
Hello,
I am a PHP developer but I want to use PHP for something else. I want PHP to handle something and post result to a form by using windows API's like ShowMessage() SendMessage().
For example; PHP queries database with (SELECT TOP 1 Username FROM USERS) and appoints the result into $username variable. Then $username variable should be posted into a textbox of a form application. (e.g A textbox of Blahblah.exe which is running.)
Is it possible to do it with PHP?
Ps. I know it's possible with languages such as C++, VB but I want to know if it is possible with PHP. (somehow)
I am a PHP developer but I want to use PHP for something else. I want PHP to handle something and post result to a form by using windows API's like ShowMessage() SendMessage().
For example; PHP queries database with (SELECT TOP 1 Username FROM USERS) and appoints the result into $username variable. Then $username variable should be posted into a textbox of a form application. (e.g A textbox of Blahblah.exe which is running.)
Is it possible to do it with PHP?
Ps. I know it's possible with languages such as C++, VB but I want to know if it is possible with PHP. (somehow)