Which boss knows how to start IE browser with php?

Source: Internet
Author: User
Which boss knows how to use php to start IE? I want to start the IE browser on the server through the php page on the server side when the client requests from the server side. I am using php to start an exe written in a small C language, in this small startup program, you can use creatprocess to start ie. in process management, you can see the ie process. However, the page of the client is always waiting, no data is returned to the client until I end the ie process. which boss knows how to use php to start ie?
I want to start the IE browser on the server side through the php page when the client requests from the server side.

The method I use now is to start a small C language exe in php, in this small startup program, use creatprocess to start ie

In this way, you can start ie and view the ie process in process management. However, the client page remains waiting until I end the ie process and return data to the client.

Although the ie process is started, it is not executed, and there is no window

Which of the following has a solution? Thank you!

------ Solution --------------------
C/C ++ code
CreateProcess ("C :\\ Program Files \ Internet Explorer \ iw.e. EXE "," http://www.baidu.com ", // note that a space should be added before the link here to try NULL, NULL, FALSE, 0, NULL, NULL, & si, & pInfo );
------ Solution --------------------
The page jumps, but it is also related content. I have read it and it is not the same as your problem.
Pclose (popen ('Start notepad.exe ', 'r');
You are the CreateProcess of the C-open process. if the CreateProcess is unsuccessful, it is very likely that it is an EXE problem.


------ Solution --------------------
What is the purpose of starting a browser on the server? tell me first.

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.