Unlock the Power of Open Source! The " Linux New " SWAYAM Plus Course is live now and about 2,500 learners have already registered for it.

If you are a registered learner, the forum page is now active. Visit the page and get all your questions answered.

Simple Visitor Counter - English

11090 visits



Outline:

Simple Visitor Counter Counts how many users have viewed your page as per count of refresh button clicked fopen("file_name","parameter") opens a file (Creates it if not exists).parameter assigns the mode, w for writting mode, a for append mode file_get_contents("file_name")- This function is used to obtain content from the file. fwrite("file_name",variable) - This function writes into the file value present in variable.