I'm trying to highlight the results returned from the SQL query, following is a snippet of my code:
<!---------------------------------------------------->
<fmtcp query "%mbH" $srchQuery>
<SQL ROW SKIP=$jump MAX=$recsperpage "select URL from sites">
<mm>$URL</mm>
<!---------------------------------------------------->
The variable $URL is only highlighted in the first loop, after that it's not....I don't know why
any clues??
Tamer
Source1Solutions
<!---------------------------------------------------->
<fmtcp query "%mbH" $srchQuery>
<SQL ROW SKIP=$jump MAX=$recsperpage "select URL from sites">
<mm>$URL</mm>
<!---------------------------------------------------->
The variable $URL is only highlighted in the first loop, after that it's not....I don't know why
any clues??
Tamer
Source1Solutions