for the above code example i have selected from the database employees. So with the drop down menu i want to select the employee i want more information about.
When submitted instead of directing to a new script i want to print the information to the same page.
Therefore, would i need to add to the url the name of the employye so GET/POST can act onit to print info to same screen?