PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
On a modally opened php page say A.php, I have a button on click of which I need to submit the page to some other php (say B.php).
When I try to run the code, the B.php gets displayed in another modal window.
Even if I submit to the same page, another modal window gets opened.
I want it to open in the same window.