Loading iframe content with php

Can anyone give me a hand in creating an iframe in php that uses a URL that I have stored in a mysql database. So that when I change page and have a different iframe it loads the correct URL for that page from the database?

How could I have it so that it knows which URL to load?