Web Hosting Talk







View Full Version : popen()


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

stephenM
10-05-2002, 03:05 PM
Get Linux :D