Click to See Complete Forum and Search --> : open new html page with php


Mufasa
08-27-2003, 09:59 PM
I have successfully configured php mail to send the results of a form to my e-mail and echo a response to the user. I would like to auto open a new html page instead of just using an echo command.

Can anyone help?
Thanks!!

pyro
08-27-2003, 10:47 PM
Set the target attribute on the form, like this: <form action="somefile.php" method="post" target="_blank">