On Wed, 15 Jan 2003 17:23:26 -0800, you wrote:
>I have a form created by this code (I don't know if it's important):
>
>if ($_POST["submit"]) {
[...]
>After you fill out the only field, you HAVE to click the submit button to
>submit the form. If you press enter to submit the form it reloads the fo
I have a form created by this code (I don't know if it's important):
if ($_POST["submit"]) {
//do form stuff
} else {
echo "";
echo "";
echo "Form";
echo "";
echo "";
echo "Lookup Customer";
echo "Enter the customer's home phone number:";
echo "";
echo
2 matches
Mail list logo