Warning: Constant NO_RECORD_FOUND already defined in /home/ess8v9s76q46/public_html/includes/common.inc.php on line 90
Error:
" . $message . " on line: ". $line. " in ". $file ; exit; } function dbConnection($DBase){ if ((@$db=mysql_pconnect( SERVER, USER, PASSWORD)) == FALSE) log_exit( "Could not connect to MySQL Database server ", __LINE__, __FILE__); if(!mysql_select_db($DBase, $db)) log_exit( "Could not connect to database", __LINE__, __FILE__); //return $db; } function Db_Close($db){ mysql_close($db); } ?>"; echo ""; /* #################-----First Link Area Begin------############### */ if($offset!=0) { echo " First  "; } else { echo " First  "; } /* #################-----First Link Area End------############### */ /* #################-----Previous Link Area Begin------############### */ /* Start To calculate the title tooltips */ //No Need of Check less than 0, because it will be alreadly de-active. (optionally Given). if($offset != 0 ) { $back_title_start = $offset-$LIMIT_PER_PAGE + 1; //Begin Record number in the tool tip. $back_title_end = $back_title_start + $LIMIT_PER_PAGE-1; //End Record Number in the tool tip. } /* End To calculate the title tooltips */ if($actual_clicked_link == $LINK_PAGES && $link_access=='forward' && ($actual_page_number + $LINK_PAGES - 1) <= $available_links ) { //$link_access = 'back'; //$back_clicked_link = 1; } if($clicked_link == $LINK_PAGES && $actual_page_number != $available_links && ($actual_page_number + $LINK_PAGES) > $available_links ) { $local_count = 0; $i = $actual_page_number + $LINK_PAGES; while( $i != $available_links) { $local_count++; $i--; } // echo "the local count is " .$local_count; $back_clicked_link = $LINK_PAGES - $local_count + 1; } if( $clicked_link == 1 && $current_page_number >= $LINK_PAGES ) { $back_clicked_link = $LINK_PAGES - 1; } //Check when you click the last clicked number and remaining links are less than $LINK_PAGES if($clicked_link == $LINK_PAGES && $actual_page_number != $available_links && ($actual_page_number + $LINK_PAGES) > $available_links ) { $local_count = 0; $i = $current_page_number + $LINK_PAGES; while( $i != $available_links) { $local_count++; $i--; } // echo "the local count is " .$local_count; $back_clicked_link = $local_count - 1; } //End of the check to be cached if($clicked_link==1 && $actual_page_number < $LINK_PAGES) { // echo "Hellow ! This is a special case. I am here"; //echo "the clicked link is ".$clicked_link; // echo "the next clicked link is ".$next_clicked_link; $back_clicked_link = $actual_page_number - 1; } if($back_clicked_link < 1) { $back_clicked_link = 1; } if($back >=0) { echo " Previous  "; } else { echo " Previous  "; } /* #################-----Previous Link Area End------############### */ /* #################-----Dynamic Link Area Begin-----############### */ $current_page_number -= 1; /* This is shifted to its original position in order to gets our functionality. */ $initial_value = 0; //This variable will contain the initial value of y. if($current_page_number < 0) { $current_page_number = 0; /* Less than 0 is not applicable. */ } $y_value = $current_page_number * $LIMIT_PER_PAGE; //To start actual page links number if($y_value < 0) { $y_value=0; //Y value mean to calculate the offset of the next page. } if(($current_page_number==1 && $clicked_link ==1) || ($current_page_number <= $LINK_PAGES && $clicked_link == 1)) { $show_link_numbers = 1; //This will show the desktop link numbers. // echo "The show link numbers is ".$show_link_numbers; } // echo "I Will Be Here"; //echo "The clicked link is".$clickec_link; if( $actual_clicked_link >= 2 && $actual_clicked_link < $LINK_PAGES) { // echo "I am Inside"; $reduce_page_no = 0; $i= $clicked_link; while($i != 1 ) { $reduce_page_no++; $i--; } $show_link_numbers = $current_page_number - $reduce_page_no + 1; $initial_value = ($show_link_numbers - 1) * $LIMIT_PER_PAGE; } $current_page_number += 1; //Original Page Number to be printed $clicked_link_counter = 1; //This will count all the links. if($actual_clicked_link == $LINK_PAGES && $link_access=='forward' && ($actual_page_number + $LINK_PAGES - 1) <= $available_links ) { $show_link_numbers = $actual_page_number; $initial_value = $actual_offset; } if($actual_clicked_link < $LINK_PAGES && $current_page_number > $LINK_PAGES) { $just_to_count_links =0; for($u = $actual_clicked_link; $u >= 1; $u--) { $just_to_count_links++; } //echo "the links are ".$just_to_count_links; $show_link_numbers = $current_page_number - $just_to_count_links + 1; $initial_value = ( $show_link_numbers - 1 ) * $LIMIT_PER_PAGE; //To calculate the offset of the clicked link. } //The case when the last link number is clicked and it is the last link number then. if( $actual_clicked_link == $LINK_PAGES && $current_page_number == $available_links ) { $show_link_numbers = $current_page_number - $LINK_PAGES + 1; $initial_value = ( $show_link_numbers - 1 ) * $LIMIT_PER_PAGE; //To calculate the offset of the clicked link. } //End of the special case to be created at this time event. if($clicked_link == $LINK_PAGES && $current_page_number != $available_links && ($current_page_number + $LINK_PAGES) > $available_links ) { $local_count = 0; $i = $current_page_number + $LINK_PAGES; while( $i != $available_links) { $local_count++; $i--; } // echo "the local count is " .$local_count; $show_link_numbers = $current_page_number - $local_count + 1; $initial_value = ( $show_link_numbers - 1 ) * $LIMIT_PER_PAGE; } //When you click at the first place. if( $clicked_link == 1 && $current_page_number >= $LINK_PAGES ) { $show_link_numbers = $current_page_number - $LINK_PAGES + 1; $initial_value = ( $show_link_numbers - 1 ) * $LIMIT_PER_PAGE; } if($clicked_link==1 && $actual_page_number < $LINK_PAGES) { // echo "Hellow ! This is a special case. I am here"; //echo "the clicked link is ".$clicked_link; // echo "the next clicked link is ".$next_clicked_link; $next_clicked_link = $actual_page_number + 1; } if($show_link_numbers < 1) { $show_link_numbers = 1; $initial_value = 0; } //End of the function when you click at first place. /************************End of Special Check******************/ for($y = $initial_value; $y < $total_records; $y += $LIMIT_PER_PAGE) // i am writing $y=0 inplace of $y = $y_value { if($clicked_link_counter <= $LINK_PAGES ) { /********Begin Area to calculate the start and last of title 'tooltip'*******/ $title_page_start = $y + 1; //Start title page. $title_page_end = $y + $LIMIT_PER_PAGE; //end title page. if($show_link_numbers==$available_links) { if($title_page_end > $total_records) { $title_page_end=$total_records; //Maximum title of the last page will be total records. } } /********Close Area to calculate the start and last of title 'tooltip'*******/ if($y <> $end ) // It will check either it should not be a current page. { echo " ".$show_link_numbers."  "; } else /* Else case to check if it is the current page, display without active link. */ { echo " ".$show_link_numbers."  "; } } //End check to control the number of links per page. $show_link_numbers++; //To get the next link number. $clicked_link_counter++; //To get next number clicked link number. } //End of For Loop Brace Here. /* #################-----Dynamic Link Area End-----############### */ /* ##################-----Next Link Area Begin-----############### */ if($actual_clicked_link==2 && $offset==0) { $next_clicked_link = $actual_link; //For the first time to enter in the paging area. } $next_title_start = $actual_offset + $LIMIT_PER_PAGE + 1; //next link page start page $next_title_end = $next_title_start + $LIMIT_PER_PAGE - 1; //next link page start page if($next_title_end > $total_records ) { $next_title_end = $total_records; } if($actual_clicked_link == $LINK_PAGES && $link_access=='forward' && ($actual_page_number + $LINK_PAGES - 1) <= $available_links ) { $next_clicked_link = 2; } if($clicked_link == $LINK_PAGES && $actual_page_number != $available_links && ($actual_page_number + $LINK_PAGES) > $available_links ) { $local_count = 0; $i = $actual_page_number + $LINK_PAGES; while( $i != $available_links) { $local_count++; $i--; } // echo "the local count is " .$local_count; $next_clicked_link = $LINK_PAGES - $local_count + 2; } if($next_clicked_link > $LINK_PAGES) { $next_clicked_link = $LINK_PAGES; } if( $clicked_link == 1 && $current_page_number >= $LINK_PAGES ) { $next_clicked_link = 2; } //Check when you click the last clicked number and remaining links are less than $LINK_PAGES if($clicked_link == $LINK_PAGES && $actual_page_number != $available_links && ($actual_page_number + $LINK_PAGES) > $available_links ) { $local_count = 0; $i = $current_page_number + $LINK_PAGES; while( $i != $available_links) { $local_count++; $i--; } // echo "the local count is " .$local_count; $next_clicked_link = $local_count + 1; } //End of the check to be cached if($this_is < $total_records) // Check the validity either it is last page or not. { echo " Next  "; } else { echo " Next  "; } /* ###################-----Next Link Area End-----################ */ /* ##################-----Last Link Area Begin-----############### */ $Calculate_total_records_of_available_links = $available_links * $LIMIT_PER_PAGE; $Calculate_total_records_of_available_links = $Calculate_total_records_of_available_links - $LIMIT_PER_PAGE; if( $LINK_PAGES > $available_links ) { $LINK_PAGES=$available_links; //To control the link of the last page. } $start_last_title = ( $available_links - 1 ) * $LIMIT_PER_PAGE + 1; //Start title of the last link. if($next <= $Calculate_total_records_of_available_links) /* To check either it is the link of last page or not. */ { echo " Last  "; } else { echo " Last  "; } /* ###################-----Last Link Area End-----################ */ echo ""; echo ""; /********************* End of the Display Procedure Function ********************/ } //End of paging_new_style_final function. //}//testing ?>
Fatal error: Uncaught Error: Call to undefined function dbConnection() in /home/ess8v9s76q46/public_html/includes/config.inc.php:58 Stack trace: #0 /home/ess8v9s76q46/public_html/english/news/newsDetail.php(2): include() #1 {main} thrown in /home/ess8v9s76q46/public_html/includes/config.inc.php on line 58