I want to referesh php
-
I am trying like this but it is not working can any one tell me how to do this ? <?php for($i=0;;$i++) { $us=500425 ch(); sleep(15); $us=500547; } function ch() { <div id="bv_Html1" style="position:absolute;left:50px;top:120px;width:450px;height:140px;z-index:35" align="left"> <iframe frameborder=0 src="http://abc.com/ker.php?scrip=echo $us" width=412 height=160></frame></div> } ?>
-
I am trying like this but it is not working can any one tell me how to do this ? <?php for($i=0;;$i++) { $us=500425 ch(); sleep(15); $us=500547; } function ch() { <div id="bv_Html1" style="position:absolute;left:50px;top:120px;width:450px;height:140px;z-index:35" align="left"> <iframe frameborder=0 src="http://abc.com/ker.php?scrip=echo $us" width=412 height=160></frame></div> } ?>
do what?
-
do what?
-
I am trying like this but it is not working can any one tell me how to do this ? <?php for($i=0;;$i++) { $us=500425 ch(); sleep(15); $us=500547; } function ch() { <div id="bv_Html1" style="position:absolute;left:50px;top:120px;width:450px;height:140px;z-index:35" align="left"> <iframe frameborder=0 src="http://abc.com/ker.php?scrip=echo $us" width=412 height=160></frame></div> } ?>
-
Thanks for your help brother.Is this code is ok because i am getting this error massage "parse error (unexpected token `id') -- (id . ch)" <?php for($i=0;$i<1000;$i++) { $us=500425 ch($us); sleep(15); $us=500547; ch($us); } function ch($us) { echo $us; } ?>
-
Thanks for your help brother.Is this code is ok because i am getting this error massage "parse error (unexpected token `id') -- (id . ch)" <?php for($i=0;$i<1000;$i++) { $us=500425 ch($us); sleep(15); $us=500547; ch($us); } function ch($us) { echo $us; } ?>
$us=500425; missing ";"
-
Thanks for your help brother.Is this code is ok because i am getting this error massage "parse error (unexpected token `id') -- (id . ch)" <?php for($i=0;$i<1000;$i++) { $us=500425 ch($us); sleep(15); $us=500547; ch($us); } function ch($us) { echo $us; } ?>
or try this http://en.wikipedia.org/wiki/Meta_refresh[^]