Hi All,
I'm trying to create a page where I can log in and enter stats on one page, which can then update a different page with the same numbers in real-time. (sorry for the vagueness) But I have no idea where to start with this, mainly the updating a different page. I've thought about storing the entered data in a database on every update but that would take a lot of sending data. Any ideas where I should start looking?
1 Replies - 156 Views - Last Post: 05 October 2012 - 04:35 PM
#1
Updating page with data entered on a different page
Posted 03 October 2012 - 09:25 AM
Replies To: Updating page with data entered on a different page
#2
Re: Updating page with data entered on a different page
Posted 05 October 2012 - 04:35 PM
You could use a .txt file or excel file if you really wanted too. Not sure about the performance gain/loss of using files over a database though. You can update the stats on one page, then on the other page pull the data every so often using AJAX (ex: every 5 minutes). In my opinion, I would use a database in this situation.
Page 1 of 1
|
|

New Topic/Question
Reply


MultiQuote




|