I want to retreive information from a MySQL database. In particluar individual fields with information held within them. Then display them on the screen in a specific location, either a table row/column or something of that nature according to a field or fields relating to the primary field. I basically want to be able to create a screen from fields held on a MySQL database, but don't know how this should/can be done.
Aso if the mouse is moved over a particular field displayed on the screen, I want to be able to retrieve information about that specified field from the database and display it in a popup window - like a held box.
If anyone can help, or can suggest some ideas I would be most greatful.
Cheers.