Some of the SQL statements are written like this:
'SELECT id FROM dbname WHERE xx_id = %d;', $bl['student_id']
"xx_id = %d", where %d refers to taking a decimal number (d means decimal) , the content of the decimal number is the following $bl['student_id'].