MemphiS Posted April 9, 2008 Share Posted April 9, 2008 For some reason i cant get my head around it.. What i want to do is update 6 records on my website every 1 second. The 6 records are in a side bar. They are just stats. EG Time: 1:10pm DATE: 23/5/08 Name: some Posts: 50 What i need: Ajax script to check a file i called newrecords.php and then update my side bar records every second. Link to comment https://forums.phpfreaks.com/topic/100278-ajax-with-php/ Share on other sites More sharing options...
ansarka Posted April 9, 2008 Share Posted April 9, 2008 using ajax is good when you want to refresh a portion of webpage . but i dont agree with you to update the content every one secoudn , becuase it will increase the usage of band width . Link to comment https://forums.phpfreaks.com/topic/100278-ajax-with-php/#findComment-512734 Share on other sites More sharing options...
MemphiS Posted April 9, 2008 Author Share Posted April 9, 2008 It is 6 small texts. This wont use much bandwidth. Mabey instead. Could it check the php script and if no data has changed it doesnt update but if data has changed it does update. ?? Link to comment https://forums.phpfreaks.com/topic/100278-ajax-with-php/#findComment-512735 Share on other sites More sharing options...
ansarka Posted April 9, 2008 Share Posted April 9, 2008 it may be a six text from one user consider if your web page is having more than 1000 users at a time so the server will get 1000 request every one second you can chk the status of change , and you can always do a condition chk before updating the page Link to comment https://forums.phpfreaks.com/topic/100278-ajax-with-php/#findComment-512736 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.