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
* 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)
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
3 matches
Mail list logo