<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "free user not getting results all the time"]]></title>
		<link>http://forum.geonames.org/gforum/posts/list/4.page</link>
		<description><![CDATA[Latest messages posted in the topic "free user not getting results all the time"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>free user not getting results all the time</title>
				<description><![CDATA[ The simple code below produced results for me before.  Now however it won't return anything.  Does anyone know why?  I have tried to specify my username and token/password when initiating the $geo variable, but it didn't work for me.  Thank you!  
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;?php
require_once 'Services/GeoNames.php';

$geo =  new Services_GeoNames&#40;&#41;;
$ret = $geo-&gt;srtm3&#40;array&#40;
    'lat' =&gt; 42.52878,
    'lng' =&gt; -90.61625,
&#41;&#41;;
echo $ret-&gt;srtm3;

$geo1 = new Services_GeoNames&#40;&#41;;
$ret1 =  $geo1-&gt;gtopo30&#40;array&#40;
    'lat' =&gt; 42.52878,
    'lng' =&gt; -90.61625,
&#41;&#41;;
echo $ret1-&gt;gtopo30;
?&gt; 
</pre>
		</div>]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3759.page#11229</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3759.page#11229</link>
				<pubDate><![CDATA[Tue, 14 Feb 2012 06:33:05]]> GMT</pubDate>
				<author><![CDATA[ interference]]></author>
			</item>
			<item>
				<title>Re:free user not getting results all the time</title>
				<description><![CDATA[ ok. the code didn't work yesterday, but now it works. hm...]]></description>
				<guid isPermaLink="true">http://forum.geonames.org/gforum/posts/list/3759.page#11236</guid>
				<link>http://forum.geonames.org/gforum/posts/list/3759.page#11236</link>
				<pubDate><![CDATA[Wed, 15 Feb 2012 05:46:44]]> GMT</pubDate>
				<author><![CDATA[ interference]]></author>
			</item>
	</channel>
</rss>