> $outhandle=fopen ($LocalFile,"w");
> while (!feof($fp)) {
> $buffer=fread($fp,4096);
> fputs($outhandle,$buffer);
> }
>
> fclose($fp);
> fclose($outhandle);
>
> include("$LocalFile");
>
> exec("delete.bat");
> }
> ?>
> and dele
Hi.
I forget that any answers please send to group cause I'm sitting behind
modem ;- and got no incomin mail configured.
Marek.
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the lis
Hi all.
I have searched almost everything on the net regarding php and windows
focusing on one thing.
How to include to php script started on apache on w2k external sript placed
on some URL.
Source of test script (http://mylocalhost/marek.php)
http://hermes.com.pl/test.php");
?>
and answer viewe