This is a discussion on Running a .exe from PHP in Local PC within the PHP Language forums, part of the PHP Programming Forums category; Hi I have Win 2000 and PHP server in my PC I'm trying to run SlimBrowser (sbrowser.exe) from ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi
I have Win 2000 and PHP server in my PC I'm trying to run SlimBrowser (sbrowser.exe) from a local PHP page. I have used exec() system(). I managed to run SlimBrowser with .exe and .bat file but it doesn't run with its Start-Up configuration... which is entering to a website and autosubmit a forms. When I run Slimbrowser with my mouse it does work fine, but trough PHP it just shows a blank page(doesn't logs to the page). Even when I log myself into the DOS cmd line, I run: sbrowser.exe autologin website It works, ofcourse if SBrowser is already set up on start-up options it won't need the autologin parameters, but it does accept it if needed. But just when triggered trough PHP doesn't work. Any ideas..? Giorgio |
|
|||
|
"Giorgio" <jagarco77@hotmail.com> wrote in message
news:9bf76264.0406021939.5fc8ff78@posting.google.c om... > Hi > > I have Win 2000 and PHP server in my PC > > I'm trying to run SlimBrowser (sbrowser.exe) from a local PHP page. > > I have used exec() system(). [snip] > Any ideas..? show code. - Virgil |