Como puedo realizar algo como esto
Código HTML:
//En mipagina.com <form action="otrapagina.com/action.php" method="post"> First name: <input type="text" name="fname"><br> Last name: <input type="text" name="lname"><br> <input type="submit" value="Submit"> </form>