Gallery w/ Captions Journal Style


'; print '
'; $result=mysql_query("SELECT * FROM gcpx ORDER BY gid DESC "); while($row=mysql_fetch_array($result)){ $pcount++; Print ''; if ( $pcount >= 50 ) { break; } } print '
'; $wouldbe = 'images/thumbs/' . $row['gid'] . '_1.jpg'; if( is_file( $wouldbe )) { print ''; } else { if ( $row['gphoto'] != '' ) { if ( $row['glink'] != '' ) { print ''; } else { print ''; } } else { print ' No Photo'; } } print '
' . $row['gcap'] . '
' . $row['gdesc']; if ( $row['gpage'] != '' ) { print '
GCPX Link: http://gcpx.us/' . $row['gcode'] . '
'; } if ( $row['gpage'] != '' ) { print '
Link To Page: ' . $row['gpage'] . ''; } if ( $row['glink'] != '' ) { print '
Photo Link: ' . $row['glink'] . ''; } print '

'; ?>