From: charlie bowman Date: 2006-02-24T08:13:57+09:00 Subject: Net::HTTP and submitting forms I have a little snippet of code I wrote but it doesn't go to the correct page. The script pulls the data off of index.php but not index.php?pid=fact&person=chuck. What am I doing wrong? require 'net/http' res = Net::HTTP.post_form(URI.parse('http://www.4q.cc/index.php'), {'pid'=>'fact', 'person'=>'chuck'}) puts res.body charlie bowman recentrambles.com -- Posted via http://www.ruby-forum.com/.