I have an input submit button that once clicked activates php.
Now the problem I have is that I have the neccessary code (or what i think is) to stop from the input button working (as I have used the same technique on the other input submit buttons).
To get to the point I am using
blah blah blah
return false;
That should deactivate the button, but in this case it just proceeds to the next page. =(
Any Ideas?
Thanks, Regards X