PDA

View Full Version : connecting a CGI form


LocoGringo
10-25-2007, 10:31 AM
I am new to CGI and copied a form page and adjusted it to my needs, now I don't know how to connect it to the appropriate settings to operate. Any suggestions on how to resolve this?:confused:

redsox9
10-25-2007, 10:50 AM
The usual method for calling a form script is POST.

<form method="POST" action="http://www.yoursite.com/cgi-bin/formscript.cgi">

Obviously, you tailor this to your required settings.