Search results

  1. J

    Html forms not working-cgi prob?

    If you want to add a new entries on that file.. Just add another > on it.. open(outputfile,">>kos.txt");
  2. J

    Html forms not working-cgi prob?

    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...
  3. J

    Html forms not working-cgi prob?

    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...
  4. J

    Html forms not working-cgi prob?

    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
  5. J

    phpBB3 external login

    Cool! :) Thanks for sharing your experience.
  6. J

    PHP or HTML?

    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.
  7. J

    CMS/Forum Users mesh?

    I believe there is a plugin for joomlah for that... try to google it. HTH Thanks.
  8. J

    Hello All

    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!!!!
Top