Hi, I am using proc_open in my code but this function is disabled on my server. Can you please tell me if there is any other function that i can use in place of proc_open?
I have found a function i.e pcntl_exec for creating child processes. But i don't know how to use it? Can you please tell me how can use proc_open args and code for pcntl_exec? Regards, Nupur Walia
