Re: [PHP-DEV] HTML generate from PHP code
On Thu, 2002-04-18 at 00:56, otto wrote: > Hi I have some problem when I try to generate HTML file from PHP. > > I have a "gen.php" and inside > --- > if (@$QUERY_STRING=="generate"){ > >// I try on Linux and Win also >sys
[PHP-DEV] HTML generate from PHP code
Hi I have some problem when I try to generate HTML file from PHP. I have a "gen.php" and inside --- index.htm //another try system("/php/php.exe < ".$DOCUMENT_ROOT.$PATH_INFO." >index.html "); // Header("Location:index.h