$res); } } catch (Exception $e) { if ($mode == 'html') { $output = 'Błąd: ' . $e->getMessage(); } else { $output = array('result' => 'error', 'error' => $e->getMessage()); } } if ($mode == 'json') { header('Content-Type: application/json; charset=utf-8'); echo json_encode($output); die(); } ?> Obrazki: komentarz
Powrót