I
incendium
Guest
hi @ all,
wisst ihr wieso dieses script nicht funktzt?
LINK: http://www.kevin-xxx.de/thickbox/wait.php
mfg
wisst ihr wieso dieses script nicht funktzt?
PHP:
<?php
echo"<img src='loadingAnimation.gif'>";
echo"Sie müssen 5 Sekunden warten!";
if(!isset($time)){
$time = time();
}
$time2 = time()-5;
if(($time2 > $time) OR ($time2 == $time)){
echo"Sie haben gewartet";
exit;
}
else{
echo"<meta http-equiv=\"refresh\" content=\"0; URL=http://www.kevin-xxx.de/thickbox/wait.php\">";
}
?>
LINK: http://www.kevin-xxx.de/thickbox/wait.php
mfg