English   German
  #1  
Old 16-02-2006, 11:08
Bastian Bastian is offline
-= TeamSpeak Fanatic =-
 
Join Date: Jul 2003
Location: ...
Posts: 2,989
Bastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond reputeBastian has a reputation beyond repute
don't read this

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

Last edited by Bastian; 28-02-2006 at 21:37.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 05:20.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Add to Bookmarks   |   Printview   |   Contact Us   |   Legal Notices