database name is vitapdb and table name is student. The username and password to connect to the database is vit and vit123 respectively. The database is present in server 192.168.1.100. The student table has four columns name, registration number, specialization and CGPA. The table already has the data of all students in the rsity. Write the PHP code to design a page as given below. On clicking the Submit button, it should display the name and registration number of all the students who has -cse specialization and scored more than 9 CGPA, If the registration number entered by the user is not found in the table, display the error message "Record not found