I need help with cgi script. I am trying to create a message board or a guestbook using CGI where users can enter their values and it will be posted.
I have made a html form and trying to send the values in the form to the script using
<form action ="nameofscript.pl">
However, it just opens the textfile in which shell is written, It does not execute it. what should I do?
I have made a html form and trying to send the values in the form to the script using
<form action ="nameofscript.pl">
However, it just opens the textfile in which shell is written, It does not execute it. what should I do?