two gamma event


2012

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
2012:test [2014/03/01 10:44]
terning removed
— (current)
Line 1: Line 1:
-=====  ===== 
-==== Title ==== 
-Tes. Date, 2012 
  
-<php> 
- $dir='/Users/terning/Sites/seminars/data/pages/'.'2012'.'/'; 
-  
-if (is_dir($dir) && $dh = opendir($dir))  
-{ 
- 
-  while (($sub= readdir($dh)) !== false)  
-  { 
-     
-     if ($sub != "." && $sub != ".." && strpos($sub,".txt.lock") == false )  
-     { 
- $subdir=$dir.$sub; 
- if ( is_dir($subdir)) 
- { 
-   if ($subdh = opendir($subdir))  
-   { 
-     while (($spfile = readdir($subdh)) !== false)  
-     { 
-       if ($spfile != "." && $spfile != ".." && strpos($spfile,".txt.lock") == false )  
-              { 
-                 echo($spfile);  
-              } 
-            } 
-          } 
-        } 
-      } 
-   } 
-} 
-</php> 

































 
2012/test.1393699484.txt.gz ยท Last modified: 2014/03/01 10:44 by terning
Recent changes RSS feed Creative Commons License Powered by PHP