d22552000 Posted August 16, 2007 Share Posted August 16, 2007 How would I delay a scripts loading, without using sleep? I want things to happen in this order: page shows text at the top... fuction do1 is executed. a delayed wait is put in more text shows function do2 .. wait.. text... and continue until functions are done... How can you make it so the page shows text BEFORE the php script is done.. I have seen some websites do it.. http://www.checker.freeproxy.ru/checker/ - When you submit, it checks each proxy 1 by 1 and outputs the data as it finishes... How do I do someting like that? Link to comment https://forums.phpfreaks.com/topic/65196-solved-post-load-delay/ Share on other sites More sharing options...
NArc0t1c Posted August 16, 2007 Share Posted August 16, 2007 Ajax maybe, sending single requests and getting feedback using fsockopen. Link to comment https://forums.phpfreaks.com/topic/65196-solved-post-load-delay/#findComment-325540 Share on other sites More sharing options...
d22552000 Posted August 16, 2007 Author Share Posted August 16, 2007 hmm I heard something of the same.. but I dont know the slightets thing about ajax, except that it ahs something to do with XML and javascipt.. and active. Link to comment https://forums.phpfreaks.com/topic/65196-solved-post-load-delay/#findComment-325541 Share on other sites More sharing options...
NArc0t1c Posted August 16, 2007 Share Posted August 16, 2007 So you'll have to learn, try AjaxFreaks.com. They should have something usefull. Link to comment https://forums.phpfreaks.com/topic/65196-solved-post-load-delay/#findComment-325544 Share on other sites More sharing options...
d22552000 Posted August 16, 2007 Author Share Posted August 16, 2007 thanks imma check it out. Link to comment https://forums.phpfreaks.com/topic/65196-solved-post-load-delay/#findComment-325550 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.