url calling and parameter passing to url in script

Hi all,

I need to write a unix script in which need to call a url.
Then need to pass parameters to that url.

please help.

Regards,
gander_ss

You'll need to provide more details to get detailed help on this but to general gist of what you want would be done with wget.
Just pass the parameters as you would any other URL (ie append '?parm1name=parm1value&parm2name=parm2value' to the url).