Home  >  Article  >  Backend Development  >  The most space-saving counter_PHP tutorial

The most space-saving counter_PHP tutorial

WBOY
WBOYOriginal
2016-07-21 16:07:30769browse

Recently, Jiaxin's counter has been changed to text, but it's just right...
//count.php -js application version
$a=file("http://www.jx. zj.cninfo.net/cgi-bin/count.cgi?df=wfnic.dat");
print "document.write('$a[0]');" ;
?>
//php direct version
$a=file("http://www.jx.zj.cninfo.net/cgi-bin/count. cgi?df=wfnic.dat");
print $a[0];
?>

www.bkjia.comtruehttp: //www.bkjia.com/PHPjc/315120.htmlTechArticleRecently, Jiaxin’s counter has been changed to text, but just in time... //count.php -js application version ? $a=file(http://www.jx.zj.cninfo.net/cgi-bin/count.cgi?df=wfnic.dat); print document.write('b$a[...
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