From: "Ignatius Teo" <[EMAIL PROTECTED]> > If you can run php.exe from the command line, you don't need anything else. > Try php.exe -f myscript.php
> From: "Silverio Diquigiovanni" <[EMAIL PROTECTED]> > > > Hi to all, I've an hot question to submit you. > > I use PHP.EXE to generate HTML page from a .PHP file in a standalone PC. > > I love the php script language and so I don't use Jave or other similar. > > I would to use the PHP facilities without create a file with PHP extension > > end so I would a mechanism to passa a string with PHP language and obtain > > a string with HTML code. I think PHP.EXE to do own work use a set of > > DLL objects, but I'm not able to know the API calling to transform a PHP > > file to an HTML file. > > My goal is obtain a MemoryFileMapped(or a string) with the HTML contents generated by PHP API passing a MemoryFilMapped(or a string) with the PHP contents.... in other word I don't want use file to pass input and receive output from PHP.EXE. I think the better way could be use directly the API in the various DLL file of PHP package but I haven't the necessary documentation about..... Can you help me ? Thank you.... word -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]