Try this:
For a count just make each users details appear on only 1 line then count the lines.Code:$info="Your info to store"; $filename="news.txt"; $fp = fopen($filename, "a"); $line = $info; fputs($fp, $line, $size); fclose($fp);
|
Results 1 to 4 of 4
Thread: php script to save user specsThreaded View
|
Click Here to Expand Forum to Full Width |