Home  >  Article  >  Backend Development  >  PHP codes commonly used by personal webmasters to create web pages_PHP tutorial

PHP codes commonly used by personal webmasters to create web pages_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 15:57:131009browse

Copy code The code is as follows:

$str = file("http://tq.tom. com/china/index.html");
$count = count($str);
for ($i=0;$i<$count;$i++){
$file .= $ str[$i];
}
$tomtq = explode(" ",$file);
$tomtq = explode("
",$tomtq[1]);
$tomtq= $tomtq[0];
//$tomtq tom weather Thief
?>


Weather forecast code came





[Ctrl+A to select all Note: If you need to introduce external Js, you need to refresh to execute]

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/317868.htmlTechArticleCopy the code as follows: ?php $str=file("http://tq.tom.com/china /index.html"); $count=count($str); for($i=0;$i$count;$i++){ $file.=$str[$i]; } $tomtq=explode(" tablewidth="774"b...
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn