I am using a php script to send information from a flash site to my mail box. I would like to build in a function to return the status of the email and display the result in a pop up html window, I have used javascript to launch pop-ups in html but not in php.
i.e. if the mail is sent successfully I would like a pop up window with this result
and in turn a pop up with an alternative message should the mail fail.
An if condition in the php is an obvious start, where do I go from here?
regards