I'm not sure that this will work. I think that c:/apache/htdocs is visible to web, so 
../cgi-bin/ will return to
http://host/cgi-bin/test.php .hmmm this will work because there is mapping ScriptAlias 
/cgi-bin/ to /apache/cgi-bin/ but this is not
clear it is effect. better action="/cgi-bin/test.php"

Andrey Hristov
IcyGEN Corporation
http://www.icygen.com
BALANCED SOLUTIONS


----- Original Message -----
From: "Rick Emery" <[EMAIL PROTECTED]>
To: "'its me'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, September 11, 2001 4:25 PM
Subject: RE: [PHP-DB] access my cgi-bin


> yeah, that should have worked.
>
> <FORM method=post action ="../cgi-bin/test.php" >
>
> -----Original Message-----
> From: its me [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, September 11, 2001 3:19 AM
> To: [EMAIL PROTECTED]
> Subject: [PHP-DB] access my cgi-bin
>
>
> here is my folders tree:
> (i'm on windows)
> c:/apache/cgi-bin/test.php
> c:/apache/htdocs/click.html
>
> i want to call test.php from click.html.
> what is the syntax?
> is it something like:  ../cgi-bin/test.php?
>
>
>
> ------------------------------------------------------------
> ------------------------------------------------------------
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>


-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to