Re: [PHP] shell_exec() or passthru()

2002-03-23 Thread Andrew Lopucki
And by redirect I mean to /dev/null possibly if you don't want to capture output. On Saturday 23 March 2002 03:52 pm, Douglas wrote: > Hi, > > I have a bash script I need to run. > I have tried all the various program execution commands. > > My script never completes. It only get 1/4 of the way

Re: [PHP] shell_exec() or passthru()

2002-03-23 Thread Andrew Lopucki
You may need to redirect output (both stderr and stdout) atleast that helped me with a similar problem. My system is Linux. On Saturday 23 March 2002 11:06 pm, Douglas wrote: > Hi, > > I have a bash script I need to run. > I have tried all the various program execution commands. > > My script

Re: [PHP] Version 4.2 changes

2002-03-23 Thread Andrew Lopucki
On Saturday 23 March 2002 11:34 am, Gaylen Fraley wrote: > Where can I find the changes coming in 4.2? There is a 'NEWS' file in the download of the RCx.tgz. You should download and extract it and read the top section which gives news on the 4.2 release. And since you've already gone to the tr

Re: [PHP] Calling Javascript-function from php-script ...

2002-03-20 Thread Andrew Lopucki
I think the point here is that it be made clear to those who might get confused that the javascript (unless it's a server-side script) is running in a browser and as such there is no way for the server to 'make a call to it by URL.' The Javascript can call the server but the server-side PHP sc