that does work... and well i have to say...

so i started going from there and if come to find that its this part here that i need to get..
Code:
if (<p><b>Popular Titles</b> isin %tmptxt) {
    echo -a $htmlconv(%tmptxt)
    sockclose movieinfo1
  }

that'll only read the first part.. ei: like 1st result
and i do something like this..

Code:
if (<p><b>Popular Titles</b> isin %tmptxt) {
    sockread %tmptxt
echo -a $htmlconv(%tmptxt)
   }
  

i get the second result only... so my problem is to getting to loop thru that instance so i can pull the whole list under the topic popular tittles..