- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
if (is_dir($mainDir))
{
if ($dh = opendir($mainDir))
{
while (($file = readdir($dh)) !== false)
{
if ( ($file!='.') && ($file!='..') ) $regions.=$file.',';
}
closedir($dh);
}
}
$regions = substr($regions, 0, -1);
$arrRegions = explode(",", $regions);
ZX_Spectrum 26.09.2011 14:40 # +3
istem 26.09.2011 14:41 # 0
Teddy_Brown 27.09.2011 11:33 # 0
istem 27.09.2011 20:27 # 0