hello all!
been trying for the last few days to get this script running how i want, but to no avail.
basically i need to know how to set a variable if one doesn't carry over.
like i have email2 set through a link, carried over, and it sends through $headers .= "BCC: $email2"; in my script. but if i don't have it defined in the link, it crashes.
is there a way in the php file i can set it that if a variable isn't assigned to set it as a default email, like "Trash@gmail.com" or better yet, just not send a bcc?
thanks for any help!
jason