Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- error_reporting(-1);
- require_once 'func.php';
- require_once 'classes.php';
- #connecton to database
- $db_conn = connectDB();
- $specialties = getSpecialties($db_conn);
- $exams = getExams($db_conn);
- $student1 = new Student(NULL, NULL, NULL, nULL, NULL, NULL, NULL);
- $student1->getFromDBAll($db_conn, $exams);
- include('templates/index.html');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement