View Single Post
Old 07-23-2004, 01:18 PM   #6 (permalink)
xepherys
<3 TFP
 
xepherys's Avatar
 
Location: 17TLH2445607250
There are literally dozens or more "album" or "gallery" packages for PHP. Some are stand-alone, some plug into portal PHP scripts like e107 (http://www.e107.org) or PHPNuke.

Do some poking around and you'll be able to find a lot of options, mostly using the gd libs to make thumbnails and the like. My website (http://www.xepherys.net) has a PHP gallery that runs as an add-in for e107.

PHP code is always parsed on the server, so you are not able to see the code itself unless you are looking at the files on the server (console). All that is sent to the browser is a stnadard HTML page generated by the PHP parsing process.
__________________
The prospect of achieving a peace agreement with the extremist group of MILF is almost impossible...
-- Emmanuel Pinol, Governor of Cotobato


My Homepage
xepherys is offline  
 

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