HI !
I have made a form which is containing some condition.
such as
if ($_POST['submit'] && condition = true)
(!!! Open action file !!!)
else
echo "Invalid username";

I can not open it on submit when condition is true.

If condition is true & submit, Either open action file or jump the paricular file...