Hello, I hope someone can help me, I'm trying to create a kind of cron job. My goal is when a user clicks on a file, for example. test.php some information should written to the db, like
PHP:
$statement = $pdo->prepare("INSERT INTO test (Name, id, nummer, nummer2) VALUES (?, ?, ?, ?)")...