EHC Club Manager
insert_new_reservation_submit.php File Reference

Variables

 $season_id = filter_input(INPUT_POST, 'in_season', FILTER_SANITIZE_NUMBER_INT)
 
 $from_date = filter_input(INPUT_POST, 'in_game_date', FILTER_SANITIZE_SPECIAL_CHARS)
 
 $to_date = filter_input(INPUT_POST, 'in_to_date', FILTER_SANITIZE_SPECIAL_CHARS)
 
 $ice_time = filter_input(INPUT_POST, 'in_game_time', FILTER_SANITIZE_SPECIAL_CHARS)
 
 $description = filter_input(INPUT_POST, 'in_description', FILTER_SANITIZE_SPECIAL_CHARS)
 
if(!empty($season_id)) else
 
 if (isset( $_SESSION[ 'calling_page']) &&!empty( $_SESSION[ 'calling_page']))
 

Variable Documentation

◆ $description

$description = filter_input(INPUT_POST, 'in_description', FILTER_SANITIZE_SPECIAL_CHARS)

◆ $from_date

$from_date = filter_input(INPUT_POST, 'in_game_date', FILTER_SANITIZE_SPECIAL_CHARS)

◆ $ice_time

$ice_time = filter_input(INPUT_POST, 'in_game_time', FILTER_SANITIZE_SPECIAL_CHARS)

◆ $season_id

$season_id = filter_input(INPUT_POST, 'in_season', FILTER_SANITIZE_NUMBER_INT)

◆ $to_date

$to_date = filter_input(INPUT_POST, 'in_to_date', FILTER_SANITIZE_SPECIAL_CHARS)

◆ else

if (!empty( $season_id)) else
Initial value:
{
echo "<br>Es wurde nichts geändert, was in der Datenbank aktualisiert werden müsste"

◆ if

if(isset($_SESSION['calling_page']) &&!empty($_SESSION['calling_page'])) ( isset( $_SESSION[ 'calling_page']) &&!empty( $_SESSION[ 'calling_page'])  )