Results 1 to 10 of 16
Threaded View
-
22nd Sep 2010, 02:56 PM #1OPMemberWebsite's:
maxneeds.infophp Pause/Wait until ..
As i don't like to explain a lot i just give example first...
PHP Code:<iframe src=http://yahoo.com/></iframe>
<?php
file_get_contents('something.txt');
?>
How can i pause file_get_contents until the iframe load ?
Alternative (worse) solution is 'executing' the iframe 5 sec before file_get_contents.
sleep() function pauses all the pagePorsche_maniak Reviewed by Porsche_maniak on . php Pause/Wait until .. As i don't like to explain a lot i just give example first... <iframe src=http://yahoo.com/></iframe> <?php file_get_contents('something.txt'); ?> The questions is: Rating: 5
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
Legend (Wait for it...)
By The Legend in forum IntroductionsReplies: 6Last Post: 30th Jun 2012, 06:15 PM -
1, 2, 3,...wait! WTF?
By upnorth in forum General DiscussionReplies: 3Last Post: 12th Jan 2011, 08:42 PM -
Oh, got to wait for 2 days :(
By mightyb in forum IntroductionsReplies: 2Last Post: 28th Jan 2010, 11:46 PM -
How to Pause MSDN downloads
By sairam123 in forum General DiscussionReplies: 6Last Post: 6th Jan 2010, 12:59 PM -
How much time i have to wait
By waqararif in forum General DiscussionReplies: 6Last Post: 21st Aug 2009, 12:15 PM
themaCreator - create posts from...
Version 3.55 released. Open older version (or...