valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 527
Questions & Answers
Q: My question was is in the form processing code which is default file name form1process.php - does that refer to 'form1.php' or 'form1' ? If you change the processing code file name to form2process.php do you need to go and the other file to form2.php or form2.html do you need to change any text in form2process.php? Hope that makes sense.
A: The names of the files (forms and form processing code) do not matter. You could name the form as happy.php and the processing code as sad.php as long as in the form file you set the form action to point to the processing file ie the form action points to sad.php. So of you change the processing code file name you need to change the form action to match the new processing code file name. assuming the processing code has
Question and Answer Item 527 - Browse All Question and Answer Items