RE: [PHP] Using PPP with PHP

2003-07-10 Thread Mike Migurski
>[snip] >Umm, use exec() to call the dialing program? >[/snip] > >That works on the surface, but the PPP program returns some vital >information about its connection status that is required for use by any >subsequent file operations. The information is returned via STDOUT. so try system() instead.

RE: [PHP] Using PPP with PHP

2003-07-10 Thread Jay Blanchard
[snip] Umm, use exec() to call the dialing program? [/snip] That works on the surface, but the PPP program returns some vital information about its connection status that is required for use by any subsequent file operations. The information is returned via STDOUT. Thanks! Jay -- PHP General Ma

Re: [PHP] Using PPP with PHP

2003-07-10 Thread Adam Voigt
Umm, use exec() to call the dialing program? On Thu, 2003-07-10 at 13:22, Jay Blanchard wrote: > Good afternoon gurus and gurettes! > > Has any of you had any experience using PPP (Point-to-Point Protocol) > with PHP? I need to work with it to establish a connection to a remote > server on a re