Or if it's dynamic and you need the contents of the database at the current time, write a script to access the database on the local server, then simply pull the data from there.
For example, have the online page output XML, then render the XML on your computer's PHP to get the values you desire.