//************************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);
}
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);
}
0 comments:
Post a Comment