View Single Post
  #3 (permalink)  
Old 08-06-2008, 01:26 PM
curtiss's Avatar
curtiss curtiss is offline
Moderator
 
Join Date: May 2003
Posts: 1,468
Delete the following line of code:
PHP Code:
        $theresult[] = ""
Also, the following line of code should not have a dot in front of the equal sign:
PHP Code:
        $theresult[] .= "<br />\n<span class=\"goToBookChapter\" style=\"font-weight: bold;\">".$row['book_title']." ".$row['chapter'].":".$row['verse']."</span><br />\n".$strText
__________________
I hate Internet Explorer! Anyone with me?
Reply With Quote