[PHP] Re: exec/system question..

2004-07-21 Thread Kevin Martin
Bruce wrote: hey... looking at initiating a perl app from inside a php web app. basically, the user will hit a button/start the app...the perl script will take awhile to complete, so i'd like to run the app and then continue on with the php process... so my question boils down to what's the best

[PHP] Re: exec(), system() and :(

2001-07-11 Thread Siva Subraj
Thank for your reply BUT the solution you proposed me does NOT apply, because eval() is for evaluating strings as if they were codes, moreover the somescript.php would have to be readapted : please note that the script takes the arguments via argc (commandline arguments). Eval() is not

[PHP] Re: exec(), system() and

2001-07-10 Thread elias
Hmm... why don't try to use eval() read the PHP file from within your PHP script and eval the read file, Siva Subraj [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Dear list, I have a strange problem with the weird behaviour of exec() or system() When I