Log search results

Is it possible to log the search results?
It would be interesting to know what products the customers is searching for.

tim

Sure just add something like this to pages/search.inc.php:

file_put_contents('path/to/file.txt', $_GET['query'] . PHP_EOL, FILE_APPEND);

Este hilo se ha cerrado debido a una larga inactividad. No es posible publicar en él.
View code on GitHub