$insert_eigenes_turnier_check = $wpdb->insert(
'tman_anmeldung',
array(
'anmeldung_verein' => $anmeldung_verein,
'anmeldung_verein_id' => $verein_id,
'turnier_id' => $turnier_id,
'status_id' => 3,
'anmeldung_manuell' => 1,
'anmeldung_gebuehr_bezahlt' => 2, //2=offen, 1=gebühr erhalten
'anmeldung_trainer_vorname' => $trainer_vorname,
'anmeldung_trainer_nachname' => $trainer_nachname,
'anmeldung_email' => $anmeldung_email,
'anmeldung_telefon' => $anmeldung_telefon,
'anmeldung_jugend' => $anmeldung_jugend,
'anmeldung_nachricht' => "",
'anmeldung_datum' => $datetime_heute,
'user_id' => $user_id
)
);
$anmeldung_id = $wpdb->insert_id;
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter