You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 28, 2025. It is now read-only.
$stmt = $pdo->prepare("SELECT employee.name as 'jmeno', employee.surname as 'prijmeni', employee.job as 'pozice', employee.employee_id as 'zamestnanecID', room.name as 'mistnost', room.phone as 'telefon'
FROM employee
JOIN room ON employee.room = room.room_id ORDER BY $order" );