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!
Can I do more than one action on a submit form?I mean on the same button I want to open a new page and to send an email confirmation.How.
And how can I make a program that sends an email from a text that users enter?Thanks.
there are 2 alternatives.... u can either put the mailing script in the page to which the page is getting submitted, alternatively... onSubmit of the form you can call a javascript function that opens up a pop-up window... and pass the value of the fields to this pop-up as query string.