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');
 
?>
The questions is:
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 page
Porsche_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