Page 1 of 1

Passing values from php to perl file

Posted: Sun Sep 09, 2007 11:42 pm
by sandy1028
Hi,

I am sending the values from php to perl files in the form tag
<form action="/cgi-bin/a.pl" method="post">

The values get passed only if the perl file is placed in cgi-bin directory.

The problem is values are not passed to the perl file and file contents are displaced in the browser instead of the values.

Posted: Mon Sep 10, 2007 12:44 am
by timvw
The values get passed only if the perl file is placed in cgi-bin directory
That is a matter of configuring your webserver.