12-19-2009, 02:24 PM
You could use PHP "file_get_contents" to get source of the other website, and then preg_match or js dom to find the <span id....
and echo/document.write it on the second page.
and echo/document.write it on the second page.