Basic CGI call syntax

liunx

Guest
Could someone give me the basic syntax needed to make a simple CGI call? All my page has in it is a text input and submit button and the action call.<br />
<br />
The problem is when I place data in the text field and submit it, the cgi is being called, but the data is not being passed to it.<br />
<br />
Here's the actual code:<br />
<br />
<form METHOD=POST ACTION="some-cgi-script.sh"><br />
<p><input type="text" name="T1" size="20"><input type="submit" value="Submit" name="B1"><input type="reset" value="Reset" name="B2"></p><br />
<br />
<br />
What am I missing here?<br />
<br />
Thanks for any help<!--content-->
 
Back
Top