Which boss knows how to start IE browser with PHP

Source: Internet
Author: User
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--------------------
What is the purpose of starting the browser on the server, you tell me first.
  • Related Article

    Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.