Re: start a web page
- From: "Nobody" <nobody@xxxxxxxxxx>
- Date: Tue, 15 Mar 2011 06:32:16 -0500
"J-F Portala" <jfportala@xxxxxxx> wrote in message
news:4d7f47f1$0$16749$426a74cc@xxxxxxxxxxxxxxx
Hi,
I would like to start a PHP script from a Visual C++ application.
I can start a process "firefox.exe mypage.php" but the firefox interface
appears.
How can I do that without any interface.
Go to this site, and check the command line options?
http://www.php.net/
http://php.net/manual/en/features.commandline.php
Option 2: automate IE, which has a COM interface and a Visible property, so
it can be hidden the whole time. See "InternetExplorer Object" in MSDN. The
type library name is SHDocVw with description "Microsoft Internet Controls".
It's implemented in shdocvw.dll.
.
- Follow-Ups:
- Re: start a web page
- From: J-F Portala
- Re: start a web page
- References:
- start a web page
- From: J-F Portala
- start a web page
- Prev by Date: start a web page
- Next by Date: Re: start a web page
- Previous by thread: start a web page
- Next by thread: Re: start a web page
- Index(es):
Relevant Pages
|