Yeah, woiwky is right!
I was not able to see your html page earlier
Change this:
<form method="post" action="http://plm.pcriot.com/home/reeree/public_html/cgi-bin/submit_kos.pl">
to
<form method="post" action="http://plm.pcriot.com/cgi-bin/submit_kos.pl">
Please follow all of woiwsky's...
What i'm referring to on the permission is that you are using / on your code. This / thing points you to the root directory.
open(outputfile,"/kos.txt"); Are you sure that your account has permission access that / directory? If you dont have access then please use other directory (you may use...
Change this :
open(outputfile,"kos.txt");
to
open(outputfile,">kos.txt");
That should solve your problem..
Also I've noticed that you are using / there which points to root directory..
I hope you have permission to that directory.
HTH
Yeah why not use both?
But anyway, if your page is constantly changing/evolving then PHP is on the go..and take note that PHP do processed the script so that it will be rendered as HTML..but if it is just a static then I believe a HTML will be the best, since it will be faster compared to PHP.
I'm Jose Magsino, a freelance php, perl-cgi and python cgi scripter. Grateful to have a space on this generous website x10Hosting.
More Power to you Guys!!!!