Jump to content
Larry Ullman's Book Forums

Recommended Posts

Good day!

First off, great book sofar! I am only on chapter 2 and I love it. (I don't have excel tho so unsure if the database parts will work)  Anywho, I am creating different handle_forms to see if I can have it give different responses as I go along.  However, it constantly reverts back to handle_form.php even when I go into the html document and change 

<form action="handle_form.php" method="post">

to

<form action="handle_form1.php" method="post"> 

Am I missing something on how to do that to test different forms?

Link to comment
Share on other sites

  • 2 weeks later...

Thanks for the nice words! What do you mean by "it constantly reverts back to handle_form.php"? Could you be a bit more explicit as to what you're doing? Normally this is a matter of not editing the file you think you're editing.

Link to comment
Share on other sites

 Share

×
×
  • Create New...