Issue
Does a single php page contain more than 2 forms with different form action while having $_server['PHP_SELF'] in one of those form's action?
Solution
Php does not support multiple form action in one form. Instead we can use mltiple submit buttons with unique names so that in php section we can redirect to any page using that button name.
Answered By - gulafshan sarwar
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.