Question
a cgi-bin is on the server, it should be ready to roll, provided i knew what i was doing.
can't get it to work!
HTML Code:
<html>
<head>
<title>imosh wholesale sign up page</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
****** bgcolor="#FFFFFF" text="#000000">
<form name="form1" method="post" action="http://www.imoshwholesale.com/cgi-bin/cgiemail/">
<p>first name:
<input type="text" name="textfield">
last name:
<input type="text" name="textfield2">
<br>
<br>
<br>
company name:
<input type="text" name="textfield3">
<br>
<br>
<br>
business phone:
<input type="text" name="textfield4">
business fax:
<input type="text" name="textfield5">
<br>
<br>
<br>
email:
<input type="text" name="textfield6">
<br>
<br>
<br>
type of business: (exp: t shirt shop, cd store, etc)
<input type="text" name="textfield7" size="50">
</p>
<p>
<input type="submit" name="Submit" value="Submit">
<input type="hidden" name="BackURL" value="www.imoshwholesale.com/THANKS.htm">
<input type="hidden" name="To" value="info*imoshwholesale.com">
<input type="hidden" name="Subject" value="imosh wholesale password request">
</p>
</form>
</body>
</html>
Answer
This...
Code:
action="http://www.imoshwholesale.com/cgi-bin/cgiemail/">
Should point to a file, not a directory. The file also needs to be executable (permissions set to 755)
-Jim
Answer
i explained my problem (lack of knowledge) to my hosting company- dinsol.com to see if they could give some info on how to do all that.
but! they just did it for me, i don't spend alot of money with them, i was shocked that they took the time to fix it.
Answer
Originally Posted by www.imosh.com
i explained my problem (lack of knowledge) to my hosting company- dinsol.com to see if they could give some info on how to do all that.
but! they just did it for me, i don't spend alot of money with them, i was shocked that they took the time to fix it.
WOW!
That's GREAT customer service!
Toot their horn!