Page 1 of 1
cgi post
Posted: Wed Jan 10, 2007 2:00 pm
by reecec
hi
how do i post a form to the cgi-bin if its not in the www directory its at the top level.
thanks reece
Posted: Wed Jan 10, 2007 2:03 pm
by feyd
Code: Select all
<form action="/cgi-bin/script.cgi" method="post">
unless I've forgotten something...
Posted: Wed Jan 10, 2007 2:15 pm
by reecec
feyd wrote:Code: Select all
<form action="/cgi-bin/script.cgi" method="post">
unless I've forgotten something...
thats what i thought but wouldnt this mean
www/cgi-bin/script.cgi
when my cgi-bin seems to be at the top level past www
can it be moved or is the webserver setup to that folder
thanks reece
Posted: Wed Jan 10, 2007 2:29 pm
by reecec
dont worry about it i will wait till the user gives me the contol panel login its not esy to see how its set up just using ftp
thanks reece