Search results

  1. ReeRee

    Html forms not working-cgi prob?

    >> Did not work :( I don't know what to do with it. When you hit submit, it looks like it's going to do something, but doesn't. I give up.
  2. ReeRee

    Html forms not working-cgi prob?

    Most of those changes were in my original files. The form end is what nailed me. Thanks for the help! Got a 500 Internal server error now, but at least it's DOING something ...will continue to work on it. New Script: #!/usr/bin/perl use strict; use warnings; use diagnostics; use CGI...
  3. ReeRee

    Html forms not working-cgi prob?

    Tried changing all the directories, to no avail. really frustrated atm. Maybe I should give php/mysql another shot? any other suggestions?
  4. ReeRee

    Html forms not working-cgi prob?

    Ok, now I know to what you were referring, all is as it should be. The root dir is the public_html folder, so yeah permission granted. As for the other permissions, all were/are set to 755. Is there something else I need to include in the script folder other than the script itself? Thanks...
  5. ReeRee

    Html forms not working-cgi prob?

    Unfortunately that change had no effect. The page does nothing still. As for permissions, how do I check that? Thanks for your help. Edit: Thanks for the move Verb :D
  6. ReeRee

    Html forms not working-cgi prob?

    HI all! I am having issues with my webpage and am too frustrated to think of an answer :rant2:. I read all the posts on similar probs I could find, most were resolved and said start new thread, so I am doing just that. First, a brief synopsis of what I am going for with the page: I have some...
Top