[RSS Feed/News] spezial cron job

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
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:

Code:
$statement = $pdo->prepare("INSERT INTO test (Name, id, nummer, nummer2) VALUES (?, ?, ?, ?)");
$statement->execute(array('$XF:User', '$user', '. $userFinder .', 'wert3'));


I enter three values manually but how can I ensure that his user id is also entered? How is it possiblöe to import the board...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom