Log in data base function

//************************Log in data base function******************************





function wh_log($msg)
{
    ///parshwa/milton/api/v1/logfiles
    $logfile = 'api/log/pbulog_' . date('d-M-Y') . '.log';
    //$logfile = 'logfile.log';
    file_put_contents($logfile, $msg . "\n", FILE_APPEND);
}
Share on Google Plus

About quora Questions & Answers A-Z

This is a short description in the author block about the author. You edit it by entering text in the "Biographical Info" field in the user admin panel.
    Blogger Comment
    Facebook Comment

0 comments:

Post a Comment