Hey,
I have a page that is set up to perform a simple search with this format:
if ($submit) {
// echo results //
} else {
...submit name=\"submit\"...
}
I've done it on other programs over 20 times, but this time I'm having problems.
If I actually press the submit button, it works fine, but when I just press enter (like most people do), it just reloads the same page.
Any ideas?