I’m trying to setup a form on a webpage to learn how to use it. I don’t do any sort of programming.
I have XAMPP running (apache, sql, etc etc). I downloaded the formmail.pl file and placed it within the cgi-bin directory. Configured it to my needs. Called on it from a html file, but I keep getting the same error.
And here is the error log
anyone have any ideas what I’m doing wrong. i’m running xampp in winxp (with static ip). Right now, i’m trying to set it up such that it emails the data. How do I go about setting it up if I want the data to be save to a txt file on the locally?
The Xampp server workes fine. I've been using it for a while. I have absolutely no programming experience, so please ... send me the phpmail form. I'll try anything thats easy :)
I'll try moving the server to the root folder and see if that fixes it..
Additionally, verify the path to Perl interpreter on the very first line of your script.
I would suggest not to use XAMP, APACHE2TRIAD etc.
If you are planning to step into web programming then start from scratch. It’s best to compile Apache, PHP etc yourself with required modules for your machine but initially it looks like crap so you may download binaries from the websites. But, install each component of your web server separately. That’s the only way to learn in real terms.
Another thing, Perl is not a piece of cake. You should start from an easy to learn and time saving language like PHP. Although, PHP cant do all what Perl does, but again, you are a beginner.
could it be that the formmail.pl is not executable? i keep seeing that it has to be chmod'd to allow user to execute. is that the same case in windows? i'm assuming it is allowed by default ...