uawdijnntqw1x1x1
IP : 216.73.216.39
Hostname : diefsweb003.fsit.ch
Kernel : Linux diefsweb003.fsit.ch 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
wirbesti
/
.cache
/
..
/
public_html
/
components
/
..
/
php
/
testinsert.php
/
/
<?php try { require_once 'settings.config.php'; require_once 'DBConnection.php'; require_once 'SubscrData.php'; $database = new DBConnection($config); $subscr = new SubscrData($database); $param = [ 'userid' => '99', 'created' => date("Y-m-d H:i:s"), 'campaignname' => '2710', 'anrede' => 'y', 'vorname' => 'Testi', 'nachname' => 'Tester', 'email' => 'testi@tester.com', 'adresse' => 'Teststrasse 9', 'plz' => '1111', 'stadt' => 'Testikon', 'kanton' => 'Test', 'geburtstag' => '2000-01-01 00:00:00', 'chronoform' => 'Subscr_Campaign', 'campaignnewsletter' => '1720', 'newcampaign' => '1399' ]; $result = $subscr->insertData($param); echo 'result = '.$result.'<br/>'; } catch (Exception $ex) { echo 'error '.$ex->getMessage().'<br/>'; } ?>
/home/wirbesti/.cache/../public_html/components/../php/testinsert.php