Jump to content

onlyme

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Everything posted by onlyme

  1. Hi, I have a contact for which I wish to send to multiple recipients as a BCC, but I cannot work it out. I can add them as recipients, but they are not hidden in the email. This is what I have: if(isset($_POST['submit'])){ $name=$_POST['name']; $year=$_POST['year']; $email=$_POST['email']; $subject = 'Hello Admin !'; $message="Name : $name <br> Email : $email <br> Phone : $phone <br> Year : $year"; $recipients ="me@me.com, me2@me2.com"; $headers = 'MIME-Version: 1.0' . "\r\n"; $headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $subject="New contact details"; $headers .= 'From: TEST<test@test.com>' . "\r\n"; mail($recipients ,$subject,$message,$headers); header("Location: thankyou.php"); Any ideas what I should do? Thanks
  2. Hi, I am trying to redirect a non www address to a www address, but my code is not working. This is what I have: Redirect 301 http://website.com http://www.website.com Any ideas what I have wrong?
  3. Hi, I would like users to be able to send me payments though my website, but where they enter their own amount. I know this can be done using donations, but I do not want the word "donate" or "donations" to appear anywhere in the transaction. Can this be done at all?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.