I have small but big problem, please help.
I am using, Windows XP, PHP 4.3.1 and IIS 5.0 and tried with apache too.
but no response, my browser hangs up.
It works fine with any .EXE file but with php script I don't know what's wrong.
Please help....
<?php
$docname = "hello.php";
passthru("c:/php/php.exe $docname");
?>
Hello.php:
<?php
$me = "Hello";
print "Hello there";
return $me;
?>
Dev.