Re: (no subject)
Brought to you by:
iridium
From: Martin G. <gim...@gi...> - 2002-02-05 09:27:00
|
"Ray van Beek" <r_v...@ho...> writes: > Hi Martin (and others), > > The script you sent me worked fine! It prints the pretty string as > it is intended to. Great! I'll make new tarballs right away. > I had to modify one line though: the script produces a warning: > Warning: Variable used in global statement already exists in the > function in phpweather.inc on line 486 > > I found that by uncommenting the $useXML; variable in line 486, the > warning disappears. Ahh - that's because there's two 'global'-statements, and $useXML is in both. > Thanks again! Well, thanks for bringing this to my attention. > Ray -- Martin Geisler My GnuPG Key: 0xF7F6B57B See my homepage at http://www.gimpster.com/ for: PHP Weather => Shows the current weather on your webpage. PHP Shell => A telnet-connection (almost :-) in a PHP page. |