Differences

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

Link to this comparison view

inkscape4 [2010-09-08 11:13]
Joakim Forsgren removed
inkscape4 [2022-07-18 13:20]
Line 1: Line 1:
-====== Övningar i Inkscape 3 ====== 
-<php> 
- $images = glob('../../logos/*'); 
- foreach ($images as $image) { 
-                $image = str_replace('../','',$image); 
- echo '<a href="http://www2.park.se/~jf/' . $image . '"> 
-                         <img src="http://www2.park.se/~jf/thumb.php?file='. $image . '&width=150" title="" alt=""  > 
-                      </a>'; 
- } 
-</php>