Page 1 of 1

Sync tab to php mysql

Posted: Sat Dec 06, 2014 11:31 am
by deveu

I need to move various pages and I need to send data tab to server
that should run with timer function no databind
pls assists me


Sync tab to php mysql

Posted: Sat Dec 06, 2014 2:50 pm
by Alena Prykhodko

Hello Deveu,

Could you please tell in more details what you are trying to achieve.


Sync tab to php mysql

Posted: Sat Dec 06, 2014 3:35 pm
by deveu
  1. I need to navigate various page
    2.at data sync (server up & tab down ) I need to set time duration when my tab's data will move to server & from server to tab
    3.I set timer setTimeOut and doing by ajax

    Problem
    after 3 hrs the tab is being freeze / crashes


Sync tab to php mysql

Posted: Mon Dec 08, 2014 1:37 am
by Yurii Orishchuk

Hi Deveu,

So you get it to work but after 3hr you have crashed tab in browser?

If so it seems you have request to much resources from the page. You should clear all your unused (by each iteration variables).

Regards.