I have a table that contains various items, by clicking on one item, I want it to retrieve something from mysql and display it to the user, but I only know how to show it in a normal window.
Could someone tell me how to use PHP to create a simple window (like some popup window) that has no standard buttons, address bar, link, etc? I think this would be quicker to show the retrieved information to the user, right?
Thanks.