kostenloser Webspace werbefrei: lima-city


Suche auf lima-city

  • in: contact formular mehrere e-mails

    geschrieben von pussiii

    hallo liebe lima user

    also ich habe ein php mail schript und jetzt will ich das ich mit nen drop & down menü verschidene supporter auswählen kann, und bei drop & down menü wenn ich z.B Webmaster auswahle das die e-mail zu dennn webmaster geschickt wird... und wenn ich Supporter auswähle das die an supporter geschickt wird und so weiter...

    so mein script sieht im moment so aus

    contact.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Email Form </title>
    </head>
    <body>
    
    <form method="post" action="sendeail.php">
    
    <!-- DO NOT change ANY of the php sections -->
    <?php
    $ipi = getenv("REMOTE_ADDR");
    $httprefi = getenv ("HTTP_REFERER");
    $httpagenti = getenv ("HTTP_USER_AGENT");
    ?>
    
    <input type="hidden" name="ip" value="<?php echo $ipi ?>" />
    <input type="hidden" name="httpref" value="<?php echo $httprefi ?>" />
    <input type="hidden" name="httpagent" value="<?php echo $httpagenti ?>" />
    
    
    Your Name: <br />
    <input type="text" name="visitor" size="35" />
    <br />
    Your Email:<br />
    <input type="text" name="visitormail" size="35" />
    <br /> <br />
    <br />
    Attention:<br />
    <select name="attn" size="1">
    <option value=" Sales n Billing ">Sales n Billing </option>
    <option value=" General Support ">General Support </option>
    <option value=" Technical Support ">Technical Support </option>
    <option value=" Webmaster ">Webmaster </option>
    </select>
    <br /><br />
    Mail Message:
    <br />
    <textarea name="notes" rows="4" cols="40"></textarea>
    <br />
    <input type="submit" value="Send Mail" />
    <br />
    </form>
    
    </body>
    </html>


    und sendeail.php
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Sendemail Script</title>
    </head>
    <body>
    
    <!-- Reminder: Add the link for the 'next page' (at the bottom) -->
    <!-- Reminder: Change 'YourEmail' to Your real email -->
    
    <?php
    
    $ip = $_POST['ip'];
    $httpref = $_POST['httpref'];
    $httpagent = $_POST['httpagent'];
    $visitor = $_POST['visitor'];
    $visitormail = $_POST['visitormail'];
    $notes = $_POST['notes'];
    $attn = $_POST['attn'];
    
    
    if (eregi('http:', $notes)) {
    die ("Do NOT try that! ! ");
    }
    if(!$visitormail == "" && (!strstr($visitormail,"@") || !strstr($visitormail,".")))
    {
    echo "<h2>Use Back - Enter valid e-mail</h2>\n";
    $badinput = "<h2>Feedback was NOT submitted</h2>\n";
    echo $badinput;
    die ("Go back! ! ");
    }
    
    if(empty($visitor) || empty($visitormail) || empty($notes )) {
    echo "<h2>Use Back - fill in all fields</h2>\n";
    die ("Use back! ! ");
    }
    
    $todayis = date("l, F j, Y, g:i a") ;
    
    $attn = $attn ;
    $subject = $attn;
    
    $notes = stripcslashes($notes);
    
    $message = " $todayis [EST] \n
    Attention: $attn \n
    Message: $notes \n
    From: $visitor ($visitormail)\n
    Additional Info : IP = $ip \n
    Browser Info: $httpagent \n
    Referral : $httpref \n
    ";
    
    $from = "From: $visitormail\r\n";
    
    
    mail("YourEmail", $subject, $message, $from);
    
    ?>
    
    <p align="center">
    Date: <?php echo $todayis ?>
    <br />
    Thank You : <?php echo $visitor ?> ( <?php echo $visitormail ?> )
    <br />
    
    Attention: <?php echo $attn ?>
    <br />
    Message:<br />
    <?php $notesout = str_replace("\r", "<br/>", $notes);
    echo $notesout; ?>
    <br />
    <?php echo $ip ?>
    
    <br /><br />
    <a href="contact.php"> Next Page </a>
    </p>
    
    </body>
    </html>


    so kann mir da einer helfen?
    danke schon ma im vorraus an alle die mir helfen :P
  • in: Der Strg + V Thread

    geschrieben von pussiii

    (model "Map\lib\[a]jt_08_11.gb" (extent 50000 60000)(particle "davi_jt_08_11" -1 0 0 0))
    (model "Map\lib\[a]jt_08_12.gb" (extent 50000 60000)(particle "davi_jt_08_12"  2 0 0 0 "davi_jt_08_12_02" -1 0 0 0))  
    (model "Map\lib\[a]jt_08_15.gb" (extent 50000 60000)(particle "davi_jt_08_15" -1 0 0 0))
    (model "Map\lib\[a]jt_08_16.gb" (extent 50000 60000))
    (model "Map\lib\[a]jt_08_17.gb" (extent 50000 60000))
    (model "Map\lib\[a]jt_08_18.gb" (extent 50000 60000)(particle "davi_jt_08_18" -1 0 0 0))
    (model "Map\lib\[a]jt_08_19.gb" (extent 50000 60000)(particle "davi_jt_08_19" -1 0 0 0))
    (model "Map\lib\[a]jt_08_20.gb" (extent 50000 60000)(particle "davi_jt_08_20" -1 0 0 0))
    (model "Map\lib\[a]jt_08_21.gb" (extent 50000 60000))
    (model "Map\lib\[a]jt_08_22.gb" (extent 50000 60000)(particle "davi_jt_08_22" -1 0 0 0))
    (model "Map\lib\[a]jt_08_23.gb" (extent 50000 60000)(particle "davi_jt_08_18" -1 0 0 0))
    (model "Map\lib\[a]jt_08_24.gb" (extent 50000 60000))
    (model "Map\lib\[a]jt_08_25.gb" (extent 50000 60000)(particle "davi_jt_08_25" -1 0 22 0))


    weis net was das sein soll und wie es da rein kommt
  • in: Bewertung meiner Homepage

    geschrieben von pussiii

    hi leutz

    ich wollte ma wiessen wie ihr meine erste homepage findet http://pussiii.lima-city.de
    is zwar noch nicht ganz fertig aber ein wenig inhalt gibs schon

    verbesserungs vorsdchlage gerne erwünscht

Login zum Webhosting ohne Werbung!