Unlock the Power of Open Source: New Linux Certification is now on Swayam Plus.
Course Start Date: 2nd February 2026; Course End Date: 2nd April 2026.
This is a sample video. To access the full content, please Login
No questions yet
1261 visits
Outline:Simple Visitor Counter हे प्रत्येक रिफ्रेशनंतर पेज किती व्यक्तींनी पाहिले आहे ते मोजेल. fopen("file_name","parameter") फाइल उघडते ( जर फाइल नसेल तर त्यास बनविते ) पॅरामीटर mode निश्चित करते writting modeसाठी 'w' आणि append modeसाठी 'a' file_get_contents("file_name")- हे फंक्शन फाइल मधून कंटेंट मिळविण्यास वापरले जाते. fwrite("file_name",variable) - हे फंक्शन variable मध्ये उपलब्ध असलेली वॅल्यू फाइल मधून लिहिते.
Simple Visitor Counter हे प्रत्येक रिफ्रेशनंतर पेज किती व्यक्तींनी पाहिले आहे ते मोजेल. fopen("file_name","parameter") फाइल उघडते ( जर फाइल नसेल तर त्यास बनविते ) पॅरामीटर mode निश्चित करते writting modeसाठी 'w' आणि append modeसाठी 'a' file_get_contents("file_name")- हे फंक्शन फाइल मधून कंटेंट मिळविण्यास वापरले जाते. fwrite("file_name",variable) - हे फंक्शन variable मध्ये उपलब्ध असलेली वॅल्यू फाइल मधून लिहिते.
Show video info
Pre-requisite