RE: a question
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2002-05-10 18:37:33
|
Hi, > -----Original Message----- > From: ky [mailto:kai...@ho...] > Sent: 10 May 2002 19:26 > To: ma...@fl... > Subject: a question > > > Hello: > I am making tests with phpweather2 and I would like to only put the report > of my city (LEMO) but I am not able to make it. > Can you make me some indication? It was missing from PHPWeather! I have added it to the CVS system now. If you'd like to add it to your database yourself, you need to run this kind of command in mysql: mysql> INSERT INTO stations SET icao="LEMO",name="Moron De La Frontera",cc="ES",Country="Spain"; Cheers, Max |