Question
PHP Header redirect
I need to somehow open the users email program with (mailto:)
after a form has been input without the user clicking a link, i
tried header("Location: mailto:") but that doesnt work.
is there a way to redirect to a page that will perform the same function as the mailto: . I dont want to use the mail() function as i would like the user to be able to use the contacts in their email program to email more than one contact.
Reason: the form creates a link (and inserts it into db) with a 21 digit random string that will allow a guest to view the one photo album that the random string is assigned to by clicking it.
is there a way to redirect to a page that will perform the same function as the mailto: . I dont want to use the mail() function as i would like the user to be able to use the contacts in their email program to email more than one contact.
Reason: the form creates a link (and inserts it into db) with a 21 digit random string that will allow a guest to view the one photo album that the random string is assigned to by clicking it.