init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
21
monitor/scripts/ajax/corona2022.php
Normal file
21
monitor/scripts/ajax/corona2022.php
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<?php
|
||||
// echo'<pre>'; print_r($tag_tour5); echo'</pre>';
|
||||
header('Content-Type: text/html; charset=utf-8');
|
||||
error_reporting(E_ALL); ini_set('display_errors',0);
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
//-------------------------------------------------------------------------------------------------------------
|
||||
// 1- Leipzig Stadt
|
||||
$corona1 = $GLOBALS['mysql']->query_single("SELECT * FROM corona WHERE id=1"); $template->assign('cdata', $corona1);
|
||||
// 1- Leipzig Stadt
|
||||
//$corona3 = $GLOBALS['mysql']->query_single("SELECT * FROM corona WHERE id=3"); $template->assign('cdata3', $corona3);
|
||||
// 1- Leipzig Stadt
|
||||
//$corona5 = $GLOBALS['mysql']->query_single("SELECT * FROM corona WHERE id=5"); $template->assign('cdata5', $corona5);
|
||||
// 1- Leipzig Stadt
|
||||
//$corona6 = $GLOBALS['mysql']->query_single("SELECT * FROM corona WHERE id=6"); $template->assign('cdata6', $corona6);
|
||||
|
||||
|
||||
$template->assign('content', 'tpl/ajax/corona2022.tpl');
|
||||
Loading…
Add table
Add a link
Reference in a new issue