cgi post

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

cgi post

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Code: Select all

<form action="/cgi-bin/script.cgi" method="post">
unless I've forgotten something...
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

Post 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
reecec
Forum Contributor
Posts: 218
Joined: Sun Apr 02, 2006 7:12 am

Post 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
Post Reply