Re[2]: [PHP] Using PPP with PHP

2003-07-10 Thread Burhan Khalid
On Thursday, July 10, 2003, 8:41:03 PM, Jay wrote: JB> [snip] JB> Umm, use exec() to call the dialing program? JB> [/snip] JB> That works on the surface, but the PPP program returns some vital JB> information about its connection status that is required for use by any JB> subsequent file operatio

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

[PHP] Using PPP with PHP

2003-07-10 Thread Jay Blanchard
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 remote network and was hoping that I could use PHP. Currently I can manually establish I dial-up using PPP ove