Dear Forum,
I have created a form and a page to handle the form. These work fine when I am not using the cgi-bin.
I have changed all the file permissions
The code for the handleform page is set out below
#!/usr/local/bin/php
<?
print("Your Surname is $SURNAME.<BR>\n");
?>
I am told I need to specify the content type. How do I do this? and there may be other things I need to do. I am just starting out and I am not sure how to fix this up. Is there a tutorial on this? My ISP requires I do it this way and I keep on getting internal server error messages.
Hope someone can assist
Zoodle