www.bsrinter1969.com
HOME
About us
Products
สายพาน OPTIBELT
เครื่องมือติดตั้งสายพาน
PULLEY TAPER BUSH
การติดตั้งและบำรุงรักษา
Contact us
HOME
User name:
Password :
×
Line Chat
Line
line ID :
@ecomsiam
Scan QR code หรือกด Add friend ได้ที่
https://line.me/R/ti/p/%40yel6714y
01. 02.$wantcount = true; 03.$counter_file = "counter.txt";//สร้างไฟล์ใน notepad แล้วตั้งชื่อนี้ counter.txt แล้วpermission 777 04.if($wantcount){ 05.if (file_exists($counter_file) and is_writeable($counter_file)){ 06.$fp = fopen($counter_file,"r+") or die("Read File Error !"); 07.$count = fread($fp, filesize($counter_file)); 08.fclose($fp); 09.$fp = fopen($counter_file,"w+") or die("Write File Error !"); 10.$count +=1; 11.$count =$count; 12.fputs($fp, $count); 13.fclose($fp); 14.echo "$count"; 15.} 16.} 17.?>