Has anyone seen an example the explains how to populate form fields automatically when a person selects an item from a drop down list box? For example. If the form has the fields, FIRSTNAME, LASTNAME, SUPERVISOR, DEPARTMENT, these fields would be populated automatically from a table when a selection is made in the drop down list. This would eliminate having to re-key in employee's information if they are already in the database. I've seen this is ASP but not PHP.