Which boss knows how to start IE browser with PHP?
I want to start the server-side IE browser on the server side through the PHP page when the client requests the server-side request.
I now use the method is PHP start a small C language written exe, in this small launcher, using creatprocess, start IE
To do so, you can start IE, in the process management can see the IE process, but the client's page has been waiting until I put the IE process end, only to return data to the client
IE process started, but not executed, nor windows
Does any boss have any solution? Thanks a lot!
------Solution--------------------
C + + code
CreateProcess ("C:\\Program files\\internet Explorer\\iexplore. EXE "," http://www.baidu.com ", //Note here the link is preceded by a space try null, Null,false, 0,null, null, &si, &pinfo);
------Solution--------------------
Page jump, but also related content, I looked under, and your problem is not the same
He was so Pclose (Popen (' Start notepad.exe ', ' r '));
You are C open process of CreateProcess, unsuccessful, very likely is exe problem, first see can run not
------Solution--------------------