Buongiorno a tutti, la chiamata fsockopen mi restituisce NULL, e oltretutto non riempie nemmeno le variabili di errore. Qualcuno saprebbe dirmi come mai?
Buongiorno a tutti, la chiamata fsockopen mi restituisce NULL, e oltretutto non riempie nemmeno le variabili di errore. Qualcuno saprebbe dirmi come mai?
posta il codice
paro paro l'esempio
$fp = fsockopen ("www.php.net", 80, $errno, $errstr, 30);
if (!$fp) {
echo "errore : $errstr ($errno) - <br>\n";
}
fsockopen su altervista non è utilizzabile.
There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...
Ecco grazie!!!!