jb-data.de/scripts/ajax/msmsstatus.php
2025-08-11 22:23:30 +02:00

23 lines
No EOL
353 B
PHP

<?php
$tourd = $GLOBALS['mysql']->query_single("SELECT * FROM tourenliste WHERE id='".$_POST['id']."'");
/*
if ($saso_temp['num_rows'] ==0) {
$tour = $GLOBALS['mysql']->query_single("SELECT * FROM tourenliste WHERE id='".$_POST['id']."'");
}
*/
$template->assign('data', $tourd);
$template->assign('content', 'tpl/ajax/msmsstatus.tpl');
?>