So which is it? mysql_fetch_object() or mysql_fetch_assoc()? Based on what you've given us all we can say is that $GetCities is clearly not a MySQL resource. Assuming you've done everything necessary, it would mean that the query itself failed for some reason.
You're going to have to give us some more information; preferably as the result of some debugging of your own (see this thread for some suggestions).