Recent content by akhx10mx

  1. A

    Forms not working

    Oh, wow. I feel pretty stupid right now haha. Thanks so much for the help. With the way I have it set up, I think it needs to stay a link, but I'll definitely make those other changes. I can't believe I didn't notice that haha. Anyway, thanks again for the help.
  2. A

    Forms not working

    Hey, for some reason that code did not post right. Let me try again. <?php include"config.php"; // PHP CODE TO EXECUTE WHEN FORM IS SUBMITTED // FIRST CHECK THAT THE SUBMIT BUTTON HAS BEEN PRESSED if (isset($_REQUEST['submit'])){ // The line above will return true if the form has been...
  3. A

    Forms not working

    Hello! I am having a problem with submitting forms on my site. I have a code that I know for a fact works, because both I and a friend have tested it on localhost servers. But when i put it on the website and submit the form, all the fields return blank. The only fields that work are the...
Top