Re: problem installing phpweather
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2002-05-14 15:44:06
|
pe...@ma... writes: > hi there, I've install phpweather on my machine (MaosX runing mysql) > at home and everything works fine no problems. When I try to install > it onto a server where my website is hosted it gives me an error : >=20 > Warning: Supplied argument is not a valid MySQL result resource in / > path on the server /phpweather.inc on line 428 >=20 > line 428 is: if (mysql_num_rows($result)) { /* found station */ >=20 > any clues what the problem might be? Not really - apart from the normal problems - have you checked that you're using the correct username, password and hostname? Also, have you created the necessary table in the database? You could make a simple test-page to see if you can connect to the server, just something like this: mysql_connect('host', 'username', 'password'); mysql_query('SELECT 1+2'); =2D-=20 Martin Geisler My GnuPG Key: 0xF7F6B57B See my homepage at http://www.gimpster.com/ for: PHP Weather =3D> Shows the current weather on your webpage. PHP Shell =3D> A telnet-connection (almost :-) in a PHP page. |