valuationbreak evenprofitcontributionforecastshiftqueuingbusiness analysis
accountbasbudgetBAS-I.Cshare valueshort salesinvestment
site mapform1
Browse All Question and Answer Items
Items selected where Item is 314
Questions & Answers
Q: The forms I have tried all work perfectly if I choose a single source and save as php, but when I try and save an html file as apply.htm and the php as apply.php the form always gives a 404.
A: Is the 404 error when you try to view the form (.htm) or when your submit it? If it occurs when your view the form then check your server as it is simply an upload naming issue. If it is when you submit then check the form action in the htm file to ensure that it points to the php file ie action="apply.php". If you still have problems try calling apply .php directly from your browser to make sure it exists, if there is no 4040 error then try changing the name of apply.php to something different from the htm file name in case your server ignores file extensions ie applyprocess.php (make sure you also adjust the form action to match).
Question and Answer Item 314 - Browse All Question and Answer Items