query( 'SELECT p.name AS program_name, i.name AS institution_name, p.description ' . 'FROM programs p JOIN institutions i ON p.institution_id = i.id ORDER BY i.name, p.name' ); $programs = $stmt->fetchAll(PDO::FETCH_ASSOC); } catch (PDOException $e) { // For a real app, you'd want to log this error. // For this example, we'll just show a friendly message. error_log('DB Error: ' . $e->getMessage()); } ?> Admission Counselling Control

Find Your Future

Your journey to the perfect institution starts here. Explore programs and connect with expert counsellors.

Featured Programs

No programs are available at the moment. Please check back later or contact us for more information.

If you are the administrator, please run the database migration script: php db/migrate.php