Go Back   Webmaster Malaysia Forum » Website Design & Development » Website Programming

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 15-09-2006, 07:39 PM
Novice Webmaster
 
Join Date: Sep 2006
Location: penang
Posts: 19
Rep Power: 0
slier is on a distinguished road
check script ni sat.....

hello guys...ni aku try buat image gallery kat web page aku ni..malang sekali tak berjaya....
aku try ambil semua gambar dalam folder d:\data.....but bila aku run script tu...alu dapat error ni:

Warning: sort() expects parameter 1 to be array, null given in C:\xamp\xampp\htdocs\projek2\gallery.php on line 19

Warning: Invalid argument supplied for foreach() in C:\xamp\xampp\htdocs\projek2\gallery.php on line 20

<?php
echo"
<html>
<head><title>Image gallery</title></head>
<body>";
$dir="d:/data/";

$do=opendir($dir);

while($filename=readdir($do)){
$filepath=$dir.$filename;

if(is_file($filepath) and ereg("\.jpeg$",$filename)){
$gambar[]=$filepath;
}
}


sort($gambar);
echo"Senarai Gambar Dalam Gallery Kami...<br>";
foreach($gambar as $listgambar){
echo"<img src='$listgambar'><br>";
}
?>
</body>
</html>

aku harap korang dapat tolong aku....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 16-09-2006, 04:41 PM
mysticmind's Avatar
Super Moderator
 
Join Date: Jun 2001
Location: Mystic Kingdoms
Posts: 2,633
Rep Power: 142
mysticmind will become famous soon enough mysticmind will become famous soon enough
Send a message via Yahoo to mysticmind
copy folder data ( yang ada gambo tuh kan? )
pindah ke :
C:\xamp\xampp\htdocs\projek2\data

dan ubahkan :
PHP Code:
$dir="data"
sebab pc localhost lain dengan hosting..
cube fikir camner hosting punya directory style..
ok, try dulu.
__________________
Personal's Blog! - Malaysian Artist!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 16-09-2006, 09:55 PM
Novice Webmaster
 
Join Date: Sep 2006
Location: penang
Posts: 19
Rep Power: 0
slier is on a distinguished road
erm...sorry lambat reply....mmg kena buat mcm tu ker....
x independence la klu mcm tu....klu folder tu kat luar public_html ,,,,so x leh run ker script ni....

x pa nanti aku try ko nyer suggestionn..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
sms script zumaidi Website Programming 10 23-02-2007 08:48 AM
help Me Check this script slier Website Programming 2 13-11-2006 10:10 PM
script nurulmajdi Website Programming 12 16-02-2004 04:03 PM
Help Me With My First Php Script !!!! mya Website Programming 17 24-01-2004 06:12 PM
cgi script Seman Website Programming 6 16-09-2003 05:46 PM



All times are GMT +8. The time now is 01:26 AM. Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0 vBulletin skin by ForumMonkeys.com.


WebmasterMalaysia.com is Proudly Hosted by Exabytes Semi Dedicated Server.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59