On Tue, 2002-05-14 at 21:50, Eric Carlson wrote:
> Hi,
> 
> Doh! This is driving me nuts.
> Whats wroing with this please, it keeps just giving "Unexpected end of
> file from server". Using the url+args in a browser is fine so its not
> my setup, just this damn code!!

> URL("http://localhost:13013/cgi-bin/sendsms?target="+target+"&message="+message);

1. Where's user and pass ?
2. target ? shouldn't it be to ?
3. You should URLEncode your fields, specially the message one.




Reply via email to