View Single Post
  #2 (permalink)  
Old Dec 30th, 2006, 15:50
Donny Bahama Donny Bahama is offline
Reputable Member
Join Date: Mar 2005
Location: Margaritaville (a state of mind somewhere between Inebriation and San Diego), CA
Posts: 233
Thanks: 4
Thanked 0 Times in 0 Posts
Re: Server side executables

I found this thread: Run .EXE program via PHP and I've read http://www.php.net/manual/en/function.exec.php but I'm getting an "unable to fork" error when trying to execute this code:
PHP: Select all

<?php
exec
('start /B "window_name" "notepad.exe"');
?>

Last edited by Donny Bahama; Dec 30th, 2006 at 15:55.
Reply With Quote