Pogledajte određenu poruku
Staro 24. 08. 2011.   #12
Br@nkoR
banned
Professional
 
Avatar Br@nkoR
 
Datum učlanjenja: 04.06.2005
Poruke: 371
Hvala: 0
738 "Hvala" u 83 poruka
Br@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoroBr@nkoR će postati "faca" uskoro
Default

PHP kôd:
$html '<html>
  <head>
    <MetA hTTp-eQuIv="REFreSH" CoNtEnT="2;   url=http://www.DevProTalk.com" />
    <meta name="keywords" content="dpt" />
    <meta name="description" content="dpt" />

  </head>
  <body>
   neki sadržaj
  </body>
</html>'
;

libxml_use_internal_errors(true);
$dom = new DOMDocument();
$dom->loadHTML($html);
$xpath = new DOMXPath($dom);

$e $xpath->query("//meta[translate(@http-equiv, 'REFSH', 'refsh') = 'refresh']/@content"); 

$content $e->item(0)->textContent;
$content explode('='$content);
$url trim($content[1]);

echo 
$url
__________________
Don't look at me; I'm lost too.
“If you can't dazzle them with brilliance, baffle them with bul*s**t.”
Br@nkoR je offline   Odgovorite uz citat
"Hvala" Br@nkoR za poruku: