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
>[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.
[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
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
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
5 matches
Mail list logo