Endless Paradigm

Full Version: I'm bored list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bored again
Sparker Wrote:Bored again

PHP Code:
<?php
if ($handle = opendir('.')) {
    while (false !== ($file = readdir($handle)) && $file !== "index.php" && $file !== ".session") {
        if ($file != "." && $file != "..") {
	     echo "<li><a href=\"./{$file}\">{$file}</a></li>";
        }
    }
    closedir($handle);
}
?>

so bored
I'm rarely not bored. D:
I AM MORE BORED THEN YOU! Get the fudge out MY Barbecue!
NO I'M MORE BORED. YOU GET OUT OF MY SANDWICH.
* YoYoBallz slap's Xitherun with his "Slapping People around" trophy.
* lembas eats his sandwich.

WHAT NOW.
It's ok, im making Red baron pizza's.

enjoy you sandwich.
Reference URL's