In php how do I call an external script or program without having php
waiting for the return?
exec and system both seem to wait for the return, I don't want this.
waiting for the return?
exec and system both seem to wait for the return, I don't want this.
Comment