Photo Gallery
Moderator: General Moderators
-
Maluendaster
- Forum Contributor
- Posts: 124
- Joined: Fri Feb 25, 2005 1:14 pm
Photo Gallery
Ok, anyone know where I can find a photo gallery that can be easy integrated into a website?? I am making a site of women pictures, and i can't find a good script...
- smpdawg
- Forum Contributor
- Posts: 292
- Joined: Thu Jan 27, 2005 3:10 pm
- Location: Houston, TX
- Contact:
Check this one out http://coppermine.sourceforge.net/
-
Maluendaster
- Forum Contributor
- Posts: 124
- Joined: Fri Feb 25, 2005 1:14 pm
i found this one, and i think its good... another question, how do i know if my server has GD Library installed?
Code: Select all
http://wnailer.vddh.com/index.php- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
Code: Select all
<?php phpinfo(); ?>alternately:
Code: Select all
<?php var_export(get_loaded_extensions()); ?>