[PHP] Re: Need some help please.

2002-09-18 Thread Simon Angell
just thought i should add the source MILDURA (working) ?php //weather(Mildura,http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDV17001.txt; ,bomonster.htm); weather(Mildura,http://www.bom.gov.au/cgi-bin/wrap_fwo.pl?IDV17001.txt,; bomonster.htm); function weather($placename, $inputfilename,

[PHP] Re: Need some help please.

2002-09-18 Thread Simon Angell
I Have now got it kinda working, but not fully, i changed something i shouldn't have, but fixed that.. //create new string containing data for selected place preg_match(|$placename.*?\\n\\n.*?\\n\\n|s, $content, $temp); (i had it //create new string containing data for selected place