ciao a tutti, io ho lo stesso problema ma anche leggendo la discussione non ho capito come fare (non posso fare un include in php perchè il sito è in asp)
mi potete dire come inserirlo? graziecodice:<? if (!$can) $can="#xxxxxxx"; $can="#".preg_replace("/^#/","",$can); $cancod=substr(base64_encode($can),0,-1); $f=file("http://xxxxxxxxxx"); if (preg_match("/currently has ([\d]+) /",$f[0],$n)) { echo "document.write(\""; if ($n[1]==1) echo "C'è qualcuno "; else if ($n[1]>1) echo "Ci sono ".$n[1]." Fan "; else echo "Nessun utente "; echo "su $can\");"; } ?>


Rispondi quotando