I have a php page from which I want to send a MySQL query from a javascript function and return the results into the same or another javascript function and display in a <div layer etc ... without visibly refreshing the page.
I have considered putting the query function in a 'side frame' page and then pushing the results back into the main window but can't decide if this is the best or only way to do it neatly.
I have seen this in asp in an image library where the details of an image are looked up in a database and displayed in a text box without any refresh.
Any help and advice much appreciated.😕