Hi,
I'm trying to count no. of records using soundex() function in query,
Query:
"SELECT COUNT(*) AS Expr1, a.Country AS Expr2
FROM tblSurvey a INNER JOIN
tblSurvey b ON SOUNDEX(a.Country) = SOUNDEX(b.Country)
GROUP BY a.Country
ORDER BY a.Country"
I'm not...
Does any one have idea how to get the snapshot(thumbnail) of a remote URL through scripting.
I need to get the thumbnails of website that submitts through the form like Alexa and many other search engines do.
Web Programmer.
http://www.kamranferoz.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.