init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
25
scripts/ajax/ma_load.php
Normal file
25
scripts/ajax/ma_load.php
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
<?php
|
||||
|
||||
$jahr = $_POST['jahr'];
|
||||
$mid = $_POST['maID'];
|
||||
|
||||
$madata = $GLOBALS['mysql']->query_single("SELECT * FROM mitarbeiter WHERE id='".$_POST['maID']."'");
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
$template->assign('jahr', $jahr);
|
||||
$template->assign('maID', $mid);
|
||||
$template->assign('datum', $datum);
|
||||
$template->assign('ma', $madata);
|
||||
$template->assign('content', 'tpl/ajax/ma_load.tpl');
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue