Mutley Posted May 4, 2007 Share Posted May 4, 2007 How can I refresh a script inside an included PHP file without refreshing the whole page? Link to comment https://forums.phpfreaks.com/topic/49973-refresh-included-script/ Share on other sites More sharing options...
taith Posted May 4, 2007 Share Posted May 4, 2007 you cant... php runs WAY before the browser see's it... you'd need to use something like ajax to load php pages after the page has loaded. Link to comment https://forums.phpfreaks.com/topic/49973-refresh-included-script/#findComment-245313 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.