Skip to content
Advertisement

Tag: logfile

How to create a logfile in php

I want to create a logfile for my system to register/log every action they do inside the system. But I have no idea how to do it. For example, I have this php code that does the login function. now I want to create a logfile entitled ‘the date today’, then when that functions is used for loging in, it

Advertisement