salve ho scaricato da internet uno script e hoi notato una stran funzione
la qualr non mi fa funzionare lo script ed è isok() ne sapete qualcosa?
Moderato: si prega di usare oggetti un minimo significativi.
Moderatori: Anthony47, Triumph Of Steel, archimede
Function IsOK ($input)
{
// Extract the return code from the SMTP server, and make sure it's a
// 'yahoo' instead of a 'shucks'.
if (!ereg("((^[0-9])([0-9]*))", $input, $regs))
return $this->error(1, 'input');
$code=$regs[1];
switch ($code)
{
case '220':
case '221':
case '250':
case '251':
case '354':
return true;
break;
default:
return $this->error(4, $input);
break;
}
}| Problemi comuni durante l’installazione di Windows 11 e poss Autore: panicky1 |
Forum: Sistemi Operativi Windows Risposte: 0 |
| Chiavetta usb - Problemi con il disinserimento Autore: mastino46 |
Forum: Reti, ADSL e wireless Risposte: 4 |
Visitano il forum: Nessuno e 3 ospiti