I have a simple question (but I'm not a programmer...)
On http://www.strahlen.org/index.htm I manually enter the numbers of rows that contain a certain string in a Google Fusion table. "454" records in this case for the string "11" (Mineral fair) etc, for each number. Now, manually editing the html source is kind of stupid for this every time I edit the FT...
With the query "https://www.google.com/fusiontables/api/query?sql=SELECT COUNT() FROM 3167783 WHERE title='Mineral fair'" , I get the response "count() 454 ". Where the count is the amount of markers for that string on my Google Maps.
Now, and here comes the stupid part: how do I code my html so that the response "454" gets presented/echoed automagically? To make it more clear: I want the number, the count, to show. As a number. The markers are showing on the maps, that's not the problem. It's a html/js question, but I'm not a coder. I need a snippet of code that can do the trick, but I couldn't find it after hours of google-ing.
Thanks for your help in advance...
Cheers, Frank