Hi,
I would like your help for my this problem.
I am trying to run following:
$cmd = "/usr/sbin/pppd call isp &";
system($cmd);
its working fine, but the connecting log message are displaying on browser and instead I want msg. Connecting", "Connected" or "Not Connected" but unable to solve this problem.
I tried "/usr/sbin/pppd call isp > temp" within system command which fail to execute.
Can anybody help me please.
Regards
Bhupendra