hi,
thanks for the reply,
this is my exact problem,
I will be invoking an exec() command on an outside url through lynx. This exec command will be executed in the background (ie. exec(lynx http://www..... &))
but before i run the http://www.. i want to know if the file exists..
the other option is to somehow get the results from the exec after the process is done from the background..
Anyone have any ideas?
any idea is welcome..
Thanks,
George