Simply copy and paste the codes into
the 'about me' section of your profile!
Hover over the code box for a preview of the cursor.
";
//running the while loop
while ($file = readdir($dir_handle))
{
if($file!="." && $file!="..")
echo "
";
}
echo "
";
closedir($dir_handle);
?>