Contact us script

Discussion in 'PHP' started by bjgolf, Jan 25, 2007.

  1. #1
    Hey,

    I am looking for a "contact us" script for a website. Somthing tha allows the visitor to contact me without having to go through their email service, just being able to fill in their informaiton right on the website, and ask their question there. Not really looking for one I have to join a service for, or display ads for.

    Thanks, please PM me with details.
     
    bjgolf, Jan 25, 2007 IP
  2. jumpenjuhosaphat

    jumpenjuhosaphat Peon

    Messages:
    229
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
            $message="THE FOLLOWING MESSAGE WAS SENT FROM 
            $email by ".$name.":<br/><br/>".$message;
    
            $header='MIME-Version: 1.0' . "\r\n";
            $header.='Content-type: text/html; charset=iso-8859-1' . "\r\n";
            $header.="From: $email";
    
          mail("you@yoursite.com", $subject, $message, $header);
    Code (markup):
    So you would need to collect the $email address from the message submitter, along with a $subject line and the $message. Using this code, you can format the message using html.
     
    jumpenjuhosaphat, Jan 25, 2007 IP
  3. moroswitie

    moroswitie Peon

    Messages:
    43
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You can use the above provided code. If you need help creating the acompaning html file, (or want to put everything in a php file) let me know

    I'll help you out
     
    moroswitie, Jan 26, 2007 IP
  4. riya_senk

    riya_senk Well-Known Member

    Messages:
    2,014
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    160
    #4
    I have collected two contact scripts. One is ajax based and second is with anti spam feature. click here to download and PM me if you have any problem :D
     
    riya_senk, Jan 26, 2007 IP
  5. RRWH

    RRWH Active Member

    Messages:
    821
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    70
    #5
    I have 2 versions coded in php - both are secure with over 2K copies installed

    take a look here for details
     
    RRWH, Jan 26, 2007 IP
  6. Barti1987

    Barti1987 Well-Known Member

    Messages:
    2,703
    Likes Received:
    115
    Best Answers:
    0
    Trophy Points:
    185
    #6
    Barti1987, Jan 26, 2007 IP
  7. rays

    rays Active Member

    Messages:
    563
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    58
    #7
    refer www.phpclasses.org i get lot of good free stuff from here like PDF generation email with attachment and contact us module ..
     
    rays, Jan 27, 2007 IP
  8. pangea

    pangea Guest

    Messages:
    557
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #8
    try hotscripts.com or any other scripts resource. they'll have everything and anything! ... depends what you are REALLY REALLY looking for.
     
    pangea, Jan 27, 2007 IP