Stats on website.
#7

Quote:
Originally Posted by Seif_
Код:
<?php
$filename = "test.txt";
$f = fopen ($filename, "r");
while($content = fread ($f, filesize($filename)))
{
	echo $content;
}
fclose ($f);
?>
This will read from "test.txt"(in your root folder) and echo everything in it.
But , when i host server , and server and website are in different places? what i will do then?
Reply


Messages In This Thread
Stats on website. - by Peep - 16.01.2010, 19:22
Re: Stats on website. - by Doppeyy - 16.01.2010, 19:24
Re: Stats on website. - by iLinx - 16.01.2010, 19:34
Re: Stats on website. - by Peep - 16.01.2010, 19:54
Re: Stats on website. - by Westie - 16.01.2010, 20:45
Re: Stats on website. - by Peep - 16.01.2010, 20:59
Re: Stats on website. - by Peep - 16.01.2010, 21:00
Re: Stats on website. - by SAW-RL - 16.01.2010, 21:01
Re: Stats on website. - by Peep - 16.01.2010, 21:44
Re: Stats on website. - by Peep - 16.01.2010, 21:59

Forum Jump:


Users browsing this thread: 1 Guest(s)