Curl Global Community
How to submit data on web pages using script..? - Printable Version

+- Curl Global Community (https://communities.curl.com)
+-- Forum: Discussions (https://communities.curl.com/forumdisplay.php?fid=1)
+--- Forum: General Curl questions (https://communities.curl.com/forumdisplay.php?fid=2)
+--- Thread: How to submit data on web pages using script..? (/showthread.php?tid=519)



How to submit data on web pages using script..? - PANDIYAN107 - 06-05-2012


Hi All,
by using post method ,i cant see what are the values passed in url, is there a way other than GET to achieve this, i heard there is a way by using scripts.How to create scripts to submit data on web pages. I would like to use some more scripts instead of submiting the data through POST and GET methods in forms. anybody have idea on this? then some body told using CURL .. but i don't know the CURL , what is the usage of CURL ? and How to use it. please Explain Briefly...


Thanks in Advance.......




RE: How to submit data on web pages using script..? - alchimiste - 06-11-2012

I think, you want cURL, not Curl.

Please visit the site http://curl.haxx.se

Curl is the language for UI.