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
Next revision
Previous revision
2012:test [2014/02/28 09:53]
terning
— (current)
Line 1: Line 1:
-=====  ===== 
-==== Title ==== 
-Tes. Date, 2012 
  
-<php> 
- $dir='/Users/terning/Sites/seminars/data/pages/'.'2012'.'/'; 
-echo($dir); 
- 
-</php> 
-<php> 
-echo($dir);  
- if (is_dir($dir))  
- { 
-   echo($dir); 
-   if ($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 )  
-    { 
-  
-   
- if( strpos($spfile,".txt") !== false ) 
-    $spfile=substr_replace($spfile,'',strpos($spfile,".txt"),4); 
- print($spfile); 
- array_push($pages,$query.":".$sub.":".$spfile); 
-    } 
- } 
-    } 
-    closedir($subdh); 
- } 
-    } 
- } 
- closedir($dh); 
-   } 
- } 
-  
-        print($pages); 
-    } 
-    </php> 

































 
2012/test.1393610009.txt.gz ยท Last modified: 2014/02/28 09:53 by terning
Recent changes RSS feed Creative Commons License Powered by PHP