On Fri, 21 Jan 2000, f_3 wrote:
> I tried to retreive an URL which has "?" and "=" in it
> http://www.nieuws.net/?tag=binnenland
> no success
> Also tried to url-encode it: & = &26,...
> no success either
I just updated the weather.pm handler, which uses both:
http://www.wunderground.com/cgi-bin/findweather/getForecast?query=$attributes->{zip}
You must be doing something else wrong. Try
print STDERR $url;
just before the GetHtml or whatever. Maybe you aren't fetching what you think
you are. Also, double check your start and end patterns if you're using
GetHtml.
Regards,
David
____________________________________________________________________________
David Coppit <[EMAIL PROTECTED]> President, Spinnaker Software
http://www.newsclipper.com/ -- Snip and ship dynamic content to your website
-
If you would like to unsubscribe from this mailing list send an email to
[EMAIL PROTECTED] with the body "unsubscribe newsclipperlist
YOUR_EMAIL_ADDRESS" (without the quotes) or use the form provided at
http://www.NewsClipper.com/TechSup.htm#MailingList.