i have an ordinary form for login.
However, the $_POST[submit] it's always false after hitting the Ok image button, why?
I have set ACTION=$PHP_SELF
for <input type=image name=submit src= ... > use $_POST['submit_x']
i solved that problem by adding a hidden field in my form