I want to make a master-detail form PHP and MySQL. So, I prepare it bt could not work properly. I face some problem which is contain this image. How could I solve the problem?
The MySQL_* were deprecated in PHP 5.5.0, and it was removed in PHP 7.0.0. Please change to PDO or MySQLi_* functions.