first commit

This commit is contained in:
Ricsi
2016-11-10 08:19:53 +00:00
commit ae91c7c53b
41 changed files with 3462 additions and 0 deletions

11
_ajax/update_presence.php Normal file
View File

@@ -0,0 +1,11 @@
<?php
include('../_class/class_sql.php');
trigger_error('lefut', E_USER_ERROR);
if ($_GET['checked']) {
$sql = new sql('localhost','root','','badminton_coach');
$sql->insert_into('presence', array('pr_user_kid_uk_id' => $_GET['userid'], 'pr_training_tr_id' => '9'));
}
?>