"; } $found_action = true; break; } } if (!$found_action) { echo "Action to display do not exist.
"; } } $action_type = get_action_type(); $url_action = get_url_action($action_type); $action = validate_url_action($url_action); display_action($action, $action_type); $connection->close(); session_write_close(); require('includes/footer.html'); ?>