';
$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 '
|