คณะเทคโนโลยีอุตสาหกรรม มหาวิทยาลัยราชภัฏลำปาง
เลขที่ 119 ถนนลำปาง-แม่ทะ ตำบลชมพู อำเภอเมือง จังหวัดลำปาง 52100
โทรศัพท์ : 054 241079 แฟกซ์ : 054 241079
Visited Number
$memo_file="count.txt";
$visiter = file($memo_file);
$number_of_last_visit = $visiter[0];
$number_of_new_visit = ++$number_of_last_visit;
$fp = fopen($memo_file, "w");
$fw = fwrite($fp, $number_of_new_visit);
fclose($fp);
$len_str = strlen($number_of_new_visit);
for($i=(0);$i<$len_str;$i++){
$numbers_exploded = substr($number_of_new_visit,$i,1);
$output_str = $output_str ." ";
}
echo $output_str;
?>
Since 29/11/2007
Copyright © by BOONCHAT NETISAK, All Rights Reserved.
|