kavehdr
10-05-2002, 02:56 PM
Hi, I am trying to use popen() under winxp using apache. When I call the function the browser just takes forever and doesn;t do anything, as though there is a neverending process in session.
$myFile = popen("edit kaveh.txt","w");
pclose($myFile);
Thanks
$myFile = popen("edit kaveh.txt","w");
pclose($myFile);
Thanks
