PHP: POST to iFrame
Let’s say I want to make a form that, when submitted, posts the information to an iFrame on the same page. This is a simple task. Just do the following: 1. Use these <form> tags: <form target=”iframe” method=”post” action=”yourfilename.php”> … Continue reading