Jump to content

Ajax with PHP


MemphiS

Recommended Posts

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

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

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.