Thanks man, sure I'll be able to use that in future.
But there should be a simpler way for what I want to do.
I have basicly have a html form that once I submit, goes another page,
where it shows products chosen, and where buyer needs to put in his detail.
Customer detail gets saved to a customer able in mySql.
I don't need the HTML data stored, just mailed from the first html form.
The Submit action can either post to php page, or mailto e-mail.
Not both.
Without having to change the html form to a dinamical php form, how can get this data mailed, and posted to another page?
Sorry for my newbieness, maybe I just used bad practise from the start?
<form name="products" method="post" action=" addcust.php? mailto:my@mye-mail.co.za?subject=purchase">