Questions tagged as 'log'

0
answers

Placing header in CSV file

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...
asked by 24.03.2015 / 17:57
2
answers

Help with PHP in data capture.

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 ++...
asked by 04.07.2017 / 21:27
2
answers

What is the best way to store access logs. TXT or Database? [duplicate]

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...
asked by 28.12.2018 / 16:36