Ask about general coding issues or problems here.
Moderators: macek, egami, gesf
by RickyD77 » Wed Oct 23, 2002 6:01 am
ok i alredy know i can list the file in a directory like this
<html><body><?
$path = 'images/';
$dir_handle = @opendir($path) or die("Unable to open $path");
echo "Directory Listing of $path<BR>";
while ($file = readdir($dir_handle)) {
echo "$file<br>";
}
closedir($dir_handle);
?></body></html>
but how can i put those file in multiple page for an image galery
plz i very need your help
-
RickyD77
- New php-forum User

-
- Posts: 3
- Joined: Wed Oct 23, 2002 5:54 am
by tsapen » Sun Oct 27, 2002 4:55 am
You are asking for a complete web solution (Web image gallery). This solution can not be shown/explained in two words.
But you may order it :roll:
-
tsapen
- New php-forum User

-
- Posts: 6
- Joined: Sun Oct 13, 2002 1:26 pm
-
by ShenaCat » Mon Oct 28, 2002 12:25 pm
A first thing to do is go to
http://php.resourceindex.com/ to look for prewritten scripts. There are definitely image gallery scripts there. Then install/edit them to your heart's content.
-

ShenaCat
- New php-forum User

-
- Posts: 9
- Joined: Mon Oct 21, 2002 1:16 pm
- Location: Seattle, WA
-
Return to PHP coding => General
Who is online
Users browsing this forum: No registered users and 2 guests