Zend - The PHP Company




Graphics

Add Code


Kazanoglu  

Type: application
Added by: kazanoglu
Entered: 30/06/2000
Last modified: 08/12/1999
Rating: - (fewer than 3 votes)
Views: 7423
View images in directory


<table bgcolor="#FF88FF" width="800" border="1">
<tr>
<td>&nbsp; </td>
<td align="center"><font size=3>ADIL KAZANOGLU</font></td>
<tr>
        <td>No</td>
        <td>Dosya Ismi</td>
</tr>
<?
$d 
dir("/home/adil/wwwhome/resim/resimler/");
while(
$resim=$d->read()) {
        
$i=$i+1;
        if((
$resim <> '.') AND ($resim <> '..')){
?>
<tr>
        <td><? print "$i"?></td>
        <td><a href="resimler/<? print "$resim"?>"><? print "$resim"?></a></td>
</tr>
<?
        
}
}
$d->close();
?>
</table>


Usage Example


See the example


Rate This Script





Search



This Category All Categories