If you go to http://www.kevinwp.com/ask.htm and click on the submit form button, you get the following message
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Why is this happening and what can be done to fix it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This line in your form defines the location of the form processor.
<form enctype='multipart/form-data' action='process.php' method='post'>
The file named 'process.php' must be located in the same directory as your ask.htm file.
Your site must also support PHP files using the ".php" file extention.
Let me know if you stil need help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you go to http://www.kevinwp.com/ask.htm and click on the submit form button, you get the following message
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Why is this happening and what can be done to fix it?
This line in your form defines the location of the form processor.
<form enctype='multipart/form-data' action='process.php' method='post'>
The file named 'process.php' must be located in the same directory as your ask.htm file.
Your site must also support PHP files using the ".php" file extention.
Let me know if you stil need help.