KT, you could also display the matches in a browser like this
Whether you use $WordShow=3 or bigger is a matter of degree of optimism.
GSK |
$i=0 $WordShow=3 $_SQL="Select code," While $i<$WordShow $i=$i+1 $_SQL=$_SQL+"g_regexdata('$Data',name,$i) as wrd$i," endwhile $_SQL=$_SQL+"name from caches where g_regex('$Data',name) and rowid in (select * from gridtemp)" $SQLresult=sqlite("sql",$_SQL,"Headings=Yes") $html = sqltohtml($SQLresult,"Words in $TMPstr Matching in Cachenames in this filter","y") |
Whether you use $WordShow=3 or bigger is a matter of degree of optimism.