看板
[ PHP ]
討論串[請益] 計數器歸零?
共 2 篇文章
首頁
上一頁
1
下一頁
尾頁
內容預覽:
問題在這個"w". 根據php.net. Open for writing only;place the file pointer at the beginning of the file. and truncate the file to zero length.. If the file doe
(還有152個字)
內容預覽:
以下是計數器的程式碼. $c=file("counter.txt");. $visit=$c[0]+1;. echo "$visit";. $fp=fopen("counter.txt", "w");. fputs($fp,$c[0]+1);. fclose($fp);. -------------
(還有54個字)
首頁
上一頁
1
下一頁
尾頁