這可能是一個非常簡單的問題。我在目錄/手機上工作,我有照片在目錄/上傳。Opendir錯誤;沒有找到這樣的文件或目錄
,我得到的錯誤:
Warning: opendir(http://www.yoozpaper.com/uploads) [function.opendir]: failed to open dir: not implemented in /hermes/bosweb/web088/b881/ipg.yoozpapercom/mobile/sportspage.php on line 313
,我把它變成變量$ DIR = "http://www.yoozpaper.com/uploads"
的圖像src=$dir/$file
。
請注意,這是工作時,我在主目錄中的文件。
任何幫助,將不勝感激。下面
代碼:
$dir = "http://www.yoozpaper.com/uploads";
//開放目錄
if ($opendir = opendir($dir))
{
//讀取目錄
while (($file = readdir($opendir)) !==FALSE)
{
if ($file==$imagename)
//可以指定以下
echo "<img width='75%' height='30%' src='$dir/$file' title='$headline - Yoozpaper News Online' alt='$headline'><br /><br />";
高度和寬度10
請插入您的php代碼 – smoqadam 2012-02-06 06:08:13