'; $linkico=$_SESSION['PM_B_Ico']; $kwords=$_REQUEST['kwords']; if($kwords=='') $kwords=$_SESSION['PM_B_KeyWords']; $kwords=strip_tags($_REQUEST['kwords']); $BookSel=$_REQUEST['BookSel']; if ($BookSel=='') $BookSel='Bible'; $_SESSION['BookSel']='$BookSel'; $reslimit=$_REQUEST['reslimit']; if ($reslimit=='') $reslimit=$_SESSION['PM_B_Limit']; $found=$_REQUEST['found']; //echo "found=$found BookSel=$BookSel
"; $_SESSION['PM_B_Limit']=$reslimit; $_SESSION['PM_B_Found']='Found 0'; $txtsiz=$_REQUEST['txtsiz']; if($txtsiz=='') $txtsiz=$_SESSION['PM_B_Tsiz']; if($txtsiz=='') $txtsiz=10; $_SESSION['PM_B_Tsiz']=$txtsiz; $wiki=$_REQUEST['wiki']; if($wiki=='') $wiki=$_SESSION['PM_B_Wiki']; if($wiki=='') $wiki=0; $_SESSION['PM_B_Wiki']=$wiki; //echo "Bible booksel=$BookSel"; echo ' King James Bible '; $ht='65%'; $browser=$_SESSION['PM_BROWSER']; if ($browser=='AN') { $ht='75%'; echo ''; } elseif ($exte==1) { if ($clean==1) $ht='550px'; else $ht='475px'; } elseif ($clean==1) $ht='300px'; echo '
', LimitSelect($reslimit),' ', BookSelect($BookSel),' '; if ($wiki==1) $results=BibleStr($kwords,'ALL',$BookSel); else $results=BibleStr($kwords,'ALL',$BookSel); $_SESSION['PM_B_Method']='ALL'; //echo "kwords=$kwords PM_B_KeyWords=",$_SESSION['PM_B_KeyWords'],"
"; if($kwords!==$_SESSION['PM_B_KeyWords']) { $found=''; $_SESSION['PM_B_kwords']=$kwords; } //echo "BookSel=$BookSel found=$found
"; if($found==$BookSel) $found=$_SESSION['PM_B_FoundOld']; else { $found=$_SESSION['PM_B_Found']; $_SESSION['PM_B_FoundOld']=$_SESSION['PM_B_Found']; } if ($found=='') 'Found 0'; $_SESSION['PM_B_KeyWords']=$kwords; echo '
'," ",$found," ",'
'; echo '
', $results, '
'; ?>