Thread: test [as] tag

View Single Post

  #2 (permalink)  

Old 05-21-2004, 05:51 PM

PHP Code:
<?php
  
if ($dir opendir("images")) {
    while ((
$file readdir($dir)) !== false) {
          
$cont++;
      if (
$file == "." || $file == "..") { } else {
              
$string.= ($file);
          
$string.= "&";
          }
        }
      
closedir($dir);
  }
  print(
$string);
  
?>
__________________
Audi Videos | MySpace Layouts | About Me | Kid Sniffles
[ reply ]
missionsix

missionsix is offline http://patandrew.com/

missionsix's Avatar

Join Date: Feb 2004

Location: under you.

Posts: 4,882

Send a message via AIM to missionsix Send a message via MSN to missionsix