Re: start a web page



"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.





.



Relevant Pages

  • Re: [PHP] Permission denied when executing copy command inaPHPscript
    ... I do not think I can know this from my PHP script. ... Perhaps if there is a web interface on the hosting site you could change the ownership of the file (meaning the owner and the group. ... My thought was that I had somehow 'updated' the original PHP file which was working correctly against the aforesaid directory using the online interface differently than I had used it before and this somehow changed the ownership setting of the PHP file itself, and that this may have caused the attempt to write to the directory to fail. ...
    (php.general)
  • MySQL, PHPMyAdmin, GRANT, headaches
    ... I have been provided with a user & pass for PHPMyAdmin, as well as a user & pass for the DB. ... Within that interface, i can make any query i'd like. ... However, from within a PHP script, i seem to be SOL. ... mysql_errorreturns the empty string. ...
    (php.general)