PHP script preloader
I have a site using PHP to display RSS feeds. Occassionally the feeds take 3-5 seconds to load. This causes the layout of the whole page to wait until the feeds load.
Is there a way using either dhtml or javascript to have a "loading feeds" text or image display until the whole php script is loaded and then replace that loading text/image with the feed generated by the php script?
|