Testing....
PHP Code:
<?php
echo "repairing universe...";
$failed = 0;
while ($universe == "broken" && $failed <= 20) {
repair_universe();
$failed = $failed +1;
}
if ($universe == "broken") {
echo "Doh!";
}
else {
echo "Yippie!";
}
?>
Code:
while true;
do echo "error";
done;
HTML Code:
<html>
<head>
<title>Doh!</title>
</head>
<body>
Do...nuts.
</body>
</html>
Doku Reloaded Test