Quantcast
Channel: GSAK Forum
Viewing all articles
Browse latest Browse all 75142

Select caches where comparitor in csv by hynr - 2013-09-04

$
0
0
KT, you could also display the matches in a browser like this
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.

Viewing all articles
Browse latest Browse all 75142

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>