Passing values from php to perl file
Posted: Sun Sep 09, 2007 11:42 pm
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.
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.