Hi Cengiz,
Are u running PHP as ISAPI? Then try CGI instead.
All "Program Execution functions" (LXIII in PHP manual, exec, system and
passthru) doesn't work well on Windoze platform in ISAPI-mode, or
doesn't work at all...
You might get it to work in CGI-mode, but there's still possible
problems.
Program Execution functions work fine in Linux-PHP-Apache config (that's
where I use it) for app's that really need that functionality.
/Johan
>
> I could not get the result of perl script to my browser. I need help thanks.
>
> I use IIS + Win NT
>
> my code is like this. Bu the result of the passthru perl script is not seen
> on my browser. What is the problem.
>
> $fp="d:\\inetpub\\scripts\\tool_locs.pl";
> passthru($fp);
>
> My code is workiing properly. I check the ret_val of exec or passthru
> coomand.
>
> Thaks in advance
>
> Cengiz
--
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]