PDA

View Full Version : don't read this


Bastian
16-02-2006, 11:08
Testing....
<?php
echo "repairing universe...";

$failed = 0;
while ($universe == "broken" && $failed <= 20) {
repair_universe();
$failed = $failed +1;
}

if ($universe == "broken") {
echo "Doh!";
}
else {
echo "Yippie!";
}
?>

while true;
do echo "error";
done;

<html>
<head>
<title>Doh!</title>
</head>
<body>
Do...nuts.
</body>
</html>

Doku Reloaded Test (http://docs.teamspeak-einstieg.de/manual-eng2/)