prototype 实现网络相册的ajax界面。
源代码在线查看: images.php.svn-base
require('images.inc.php'); $folder_list=""; if (count($subdirs)>0){ $folder_list='"'.implode('","',$subdirs).'"'; } if (count($slideshows)>0){ $slideshow_list='"'.implode('","',$slideshows).'"'; } $json='{ action:\'folder\', folders:['.$folder_list.'], slideshows:['.$slideshow_list.'], count:'.count($imgs).'}'; header('X-JSON: '.$json); if (count($imgs)>0){ foreach ($imgs as $i => $value){ $full_img=implode('/',array($path,$value)); ?> src=".thumb.120.jpg" onclick="showCloseup('.jpg')"/> } } ?>