|
EHC Club Manager
|
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'])) | |
| $description = filter_input(INPUT_POST, 'in_description', FILTER_SANITIZE_SPECIAL_CHARS) |
| $from_date = filter_input(INPUT_POST, 'in_game_date', FILTER_SANITIZE_SPECIAL_CHARS) |
| $ice_time = filter_input(INPUT_POST, 'in_game_time', FILTER_SANITIZE_SPECIAL_CHARS) |
| $season_id = filter_input(INPUT_POST, 'in_season', FILTER_SANITIZE_NUMBER_INT) |
| $to_date = filter_input(INPUT_POST, 'in_to_date', FILTER_SANITIZE_SPECIAL_CHARS) |
| if (!empty( $season_id)) else |
| if(isset($_SESSION['calling_page']) &&!empty($_SESSION['calling_page'])) | ( | isset( $_SESSION[ 'calling_page']) &&!empty( $_SESSION[ 'calling_page']) | ) |