raghu_tak Posted June 29, 2013 Share Posted June 29, 2013 Hello friends can anyone help me how to access array elements with some specific time. like if an array is defined $a with 3 elements in it. then o/p should be like that every element is echoed once for some second.then next element and then last. i am learning php so please help in php coding only. Thanks a lot Awaiting for your positive response. Quote Link to comment Share on other sites More sharing options...
ginerjm Posted June 29, 2013 Share Posted June 29, 2013 Please explain better Quote Link to comment Share on other sites More sharing options...
raghu_tak Posted June 29, 2013 Author Share Posted June 29, 2013 i have an arrayi want every element to be echoed but they should be echoed one by one with the gap of 3 second b/w them. Quote Link to comment Share on other sites More sharing options...
mac_gyver Posted June 29, 2013 Share Posted June 29, 2013 web servers are not designed to output information on a timed basis. you would need to use javascript and a timer in the browser to display each line of information. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.