hello ,
there is this site i am editing and i need some help with understanding some codes. the basic thing is that the person who had made it wanted to have a form in which ppl can place thier orders for the company's poducts. after filling in the form the user clicks the 'send' button to place his\her order. the code says something like this(got frm the properties of the 'send' button')
on(release)
set variable: "recipient"="info@abc.com
set variable: "subject"=order for abc's publication
set variable: "redirect"="http:\\www.abc.com
set variable: "sort" = "order:realname,
company, phone,
email,address,.....and so on.
set variabel:"print_config"= "email,subject"
go to next frame
get url(FormMail.pl",vars= POST)
end on


now i know that the variables of the text boxes are sent .....but to where? what do the variabel recipient , redirect , sort , preint_config do? and what is formmail.pl???

there something called formmail.pl in the folder where the copy of teh site(on which i am working) . but, how do i open it?????

plsssss help!!!! need help badly!!! all suggestions are welcome
thank u

cancerkats