Jump to content

Php reload


nathan1

Recommended Posts

Because you have your flash banner in every page it is always going to reload on every page request. It has nothing to do with PHP.

 

There is not a definite way to stop the reloading, one of the tricks I used to do is use an HTML frameset. In the top frame you'll have the flash banner and the bottom frame you'll have your site. That way when you go to different pages in your site the flash banner doesn't get reloaded all the time, only your site content. However a more modern way would be to use AJAX instead rather than a frameset.

 

As your banner is very basic and not much happens, only the fancy animations during loading/mouseover's. Another idea would be to just show your flash banner for the index page and then just a static image for the rest of the pages and redo your grey menu bar in just plain HTML/CSS.

Link to comment
https://forums.phpfreaks.com/topic/95027-php-reload/#findComment-486893
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.