aahaider Posted September 18, 2012 Share Posted September 18, 2012 Hi Dear Friends, I hOpe you are all fine. Friends I want to set the time For loading a page. Suppose here is any site like search engine.When user search in it.Search engine get the data from database and show the result.Here I want that when user search in it.Search engine get data from database but can not display in page.It can display after 10 sec. Suppose database delete in 5 sec after search.I want that search engine get data from database and keep in mind.After 5 sec database is deleted.And after 10 sec it display data on web page. CAN IT POSSIBLE?????????????? IF yes please tell how can i do that. Link to comment https://forums.phpfreaks.com/topic/268495-how-can-i-set-the-time-for-loading-a-page/ Share on other sites More sharing options...
fenway Posted September 18, 2012 Share Posted September 18, 2012 Everything is possible. Link to comment https://forums.phpfreaks.com/topic/268495-how-can-i-set-the-time-for-loading-a-page/#findComment-1379057 Share on other sites More sharing options...
shlumph Posted September 18, 2012 Share Posted September 18, 2012 Are you saying that by the time your page loads, some of the data on the page no longer exists? Link to comment https://forums.phpfreaks.com/topic/268495-how-can-i-set-the-time-for-loading-a-page/#findComment-1379080 Share on other sites More sharing options...
aahaider Posted September 19, 2012 Author Share Posted September 19, 2012 My mean is that data upload in page after some time. Simply, It take the data and delete the database and after some time it can upload data in web page. ...thanks.. Link to comment https://forums.phpfreaks.com/topic/268495-how-can-i-set-the-time-for-loading-a-page/#findComment-1379176 Share on other sites More sharing options...
fenway Posted September 21, 2012 Share Posted September 21, 2012 Since you don't want to automatically delete anything, you can easily effect what gets displayed by storing some version of the timestamp somewhere. Link to comment https://forums.phpfreaks.com/topic/268495-how-can-i-set-the-time-for-loading-a-page/#findComment-1379766 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.