I have a log generation routine on a customer's page. However, I always have to add a header field in the first row. Here is the function code:
public function generateLogPMWeb($action){
session_start('usuario');
$logPMWeb = $_SESSION...
Hello, I have a particular log file, and I would like to capture certain data from it and store it in [].
view the log file:
+++ Statistics Dump +++ (1499195839)
++ Incoming Requests ++
552 QUERY
++ Incoming Queries ++...
I have always stored the access logs in the database, but I have noticed that a colleague stores in a txt and opened that discussion on how best to store this information for future reference if necessary and taking into account good practices...