Posicionamiento function webvisitas_file_get_contents_an($url) { $url = parse_url ($url); if ($handle = @fsockopen ($url["host"], 80)) { fwrite ($handle, "GET $url[path]?$url[query] HTTP/1.0rnHost: $url[host]rnConnection: Closernrn"); while (!feof($handle)) { $string .= @fread($handle, 40960); } $string = explode (" ", $string); $string = array_pop ($string); fclose($handle); } return $string; } $url="http://www.webvisitas.com/intercambiolinksphp/getlink.php?idusuariophp=869&tipo=anuncio&bgcolorlink=0000CC&bgcolortext=CCCCFF&colorlink=FF6600&colortext=111188"; echo webvisitas_file_get_contents_an($url); ?> ![]() |
![]() |
|||||||||||||
|
![]() |