Re: [PHP] create pop account via fsockopen...

2003-07-25 Thread Marek Kilimajer
Brian McGarvie wrote: All, I'm having trouble creating an pop account usaign fsockopen(), here is whaty I have... is connects ok but does not seem to execite the GET. $fp = fsockopen ($host, 2082,$errno,$errstr); if (!$fp) { echo "$errstr ($errno)\n"; } else { $auth

Re: [PHP] create pop account via fsockopen...

2003-07-25 Thread Curt Zirzow
* Thus wrote Brian McGarvie ([EMAIL PROTECTED]): > All, > > I'm having trouble creating an pop account usaign fsockopen(), here is whaty > I have... is connects ok but does not seem to execite the GET. > >$fp = fsockopen ($host, 2082,$errno,$errstr); is this the right port? > if (!$fp)

[PHP] create pop account via fsockopen...

2003-07-25 Thread Brian McGarvie
All, I'm having trouble creating an pop account usaign fsockopen(), here is whaty I have... is connects ok but does not seem to execite the GET. $fp = fsockopen ($host, 2082,$errno,$errstr); if (!$fp) { echo "$errstr ($errno)\n"; } else { $authstr = "$cpaneluser:$cpan