Jump to content

DancingBunnyUSA

Member
  • Posts

    19
  • Joined

  • Last visited

Posts posted by DancingBunnyUSA

  1. How do I go about making this form work?
    http://worldlinedancenewsletter.com/form_wtd-PRIV.html

     

    I tried using PHP but it didn't work so took the php down.  Below is what I had for PHP:
     

    <?php
    $to = "stacyjgwldn@gmail.com";
    $subject = "Where To Dance Form";
    $message = "Instructor name: " . $_POST['name'] . "\r\n" .
    "Email: " . $_POST['email'] . "\r\n" .
    "Check one: " . $_POST['change'] . "\r\n" .
    "Check one: " . $_POST['addition'] . "\r\n" .
    "Check one: " . $_POST['delete'] . "\r\n" .

    "USA country: " . $_POST['country'];
    "State: " . $_POST['state'];
    "Province: " . $_POST['province'] . "\r\n" .
    "City: " . $_POST['city'] . "\r\n" .

    "UK county: " . $_POST['county'];
    "Town: " . $_POST['town'] . "\r\n" .

    "Instructor name: " . $_POST['instructor'] . "\r\n" .
    "Contact instructor: " . $_POST['emailinstructor'] . "\r\n" .
    "Instructor website: " . $_POST['instructorwebsite'] . "\r\n" .

    "Venue: " . $_POST['venue'] . "\r\n" .
    "Venue address: " . $_POST['address'] . "\r\n" .
    "Venue phone: " . $_POST['phone'] . "\r\n" .
    "Venue email: " . $_POST['email'] . "\r\n" .
    "Venue website: " . $_POST['website'] . "\r\n" .
    "Google map: " . $_POST['googlemap'] . "\r\n" .

    "Price: " . $_POST['price'] . "\r\n" .
    "Level: " . $_POST['ultrabeg'] . "\r\n" .
    "Level: " . $_POST['beginner'] . "\r\n" .
    "Level: " . $_POST['improver'] . "\r\n" .
    "Level: " . $_POST['int'] . "\r\n" .
    "Level: " . $_POST['adv'] . "\r\n" .
    "Level: " . $_POST['all'] . "\r\n" .
    "Days: " . $_POST['sunday'] . "\r\n" .
    "Days: " . $_POST['monday'] . "\r\n" .
    "Days: " . $_POST['tuesday'] . "\r\n" .
    "Days: " . $_POST['wednesday'] . "\r\n" .
    "Days: " . $_POST['thursday'] . "\r\n" .
    "Days: " . $_POST['friday'] . "\r\n" .
    "Days: " . $_POST['saturday'] . "\r\n" .
    "Time: " . $_POST['time'] . "\r\n" .
    "Info: " . $_POST['info'] . "\r\n" . "\r\n" .

    $from = $_POST['email'];
    $headers = "From: $from" . "\r\n";
    mail($to,$subject,$message,$headers);
    ?>


     

  2. Web Host i guess called 1&1

    http://order.1and1.com/xml/order/Home;jsessionid=F3CA09F377B8B8786E3A4A85904E8A1A.TC61b?ac=OM.US.US699K13935B7070a

     

    My client has change domain name and i guess host also. I have been having so much problems getting into ftp and it has been OVER 72 hrs and still having problems. I tried everything.. i have correct password etc. So my question is has anyone ever heard of this host and had problems with them???

     

    DancingBunny

×
×
  • Create New...