Forum Moderators: coopster
i don't know the setup of the site in specific but would suggest you the following:
1.) convert iframed-pages from html into xhtml files (if not already done)
2.) since xhtml is xml, you just use the xml libraries of php to read in the file and extract the party you need (i guess the body) of it.
3.) re-use the extracted part todo whatever you like with it.
does this sound like a solution to you?
May be people call this AJAX?
Anyway with PHP you're able to solve such and other problems on the server side which makes your site just far more cooler. If you're really after AJAX you can put it over the top anytime afterwards soon enought so just forget about it right now.
How do I convert from iframe into xhtml dynamically so that conversion is updated periodically?
i don't understand what you mean by talking about "a conversion from iframe to xhtml".
to do things periodically on your server use cronjobs, that's not a prob at all in general. checkout your webhosting features and demand cronjobs if not avail.