i have this small problem. i have written a curl script to first click a link and then fill up the form that the link provides.
the link is "parcel enquiry" on http://www.fikeandfike.com/propertytax/Grundy/MainMenu.aspx?c=32
and the form is on http://www.fikeandfike.com/propertytax/Grundy/Inquiry.aspx
but my problem is the script is only filling up the form and not doing anything with it
when i echo the result of curl it shows the form filled up but i want to see the result of form
can you please tell me why is this happening? can you suggest some trick to get past this problem?