I have a mysql database table called 'employees' It has 3 columns named 'id', 'name' and 'salary' I have html/php web page with text boxes called id and name. I want to load 'id' and 'name' of the employee who has the maximum salary, from database to these text boxes.I have a mysql database table called 'employees