Newbie question here. How do I reload an iframe in a page when another iframe on the same page has updated a MySQL database? The first iframe shows the results of a table in the database and when this table is updated through the second iframe, I want the first iframe to display the updated results. Thanks.