Please see the warnings at the bottom' . "\n"); if($sqlSuccess == COMMENT_SUBMIT_SUCCESS) echo('
Your comment was successfully submitted
' . "\n"); if($sqlSuccess == COMMENT_SUBMIT_FAIL) echo('There was an error submitting your comment
Please try again in a few minutes
If problem persists, please contact the groom
' . "\n");
// Calculate previous and following indexes
$idBack = (int)($id - 1); if($idBack == PHOTO_ID_MIN - 1) $idBack = PHOTO_ID_MAX;
$idNext = (int)($id + 1); if($idNext == PHOTO_ID_MAX + 1) $idNext = PHOTO_ID_MIN;
?>
view
Photo by of Imagen Photography
Comments temporarily unavailable
Please check back in a few minutes' . "\n"); } else { // Check number of comments if(mysql_num_rows($sqlResults) < 1) { echo('
No comments yet...
' . "\n"); } else { // Loop through comments and output into HTML display while($sqlRow = mysql_fetch_array($sqlResults)) { ?>Author | Comment |
---|---|
'); } } mysql_close($sqlConnect); if(isBannedIP() == false) { ?>