Visualizzazione risultati 1 fino 5 di 5

Discussione: Controllare campi form (era "Aiutatemi")

  1. #1
    marcotorre non è connesso Neofita
    Data registrazione
    15-04-2008
    Messaggi
    7

    Predefinito Controllare campi form (era "Aiutatemi")

    Come posso fare in un modulo in phpp a inserire un controllo dei cmpi?

  2. #2
    Guest

    Predefinito

    Magari se ci postassi qualcosa che hai già fatto... o anche solo il sorgente del modulo...
    Insomma, un po' generica come richiesta, non trovi?


    Ciao!

  3. #3
    marcotorre non è connesso Neofita
    Data registrazione
    15-04-2008
    Messaggi
    7

    Predefinito

    Codice PHP:
    <?php
    // L'INDIRIZZO DEL DESTINATARIO DELLA MAIL
    $to = "marcotorre@altervista.org";

    // IL SOGGETTO DELLA MAIL
    $subject = "Amori segreti";

    // COSTRUZIONE DEL CORPO DEL MESSAGGIO
    $body = "Contenuto del modulo:\n\n";

    $body .= "Ecco il forum compilato" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Nome: " . trim(stripslashes($_POST["nome"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Cognome: " . trim(stripslashes($_POST["cognome"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Sesso: " . trim(stripslashes($_POST["sesso"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Prima persona: " . trim(stripslashes($_POST["partner"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Seconda persona: " . trim(stripslashes($_POST["partner2"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Terza persona: " . trim(stripslashes($_POST["partner3"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Da quanto tempo conosce la prima persona: " . trim(stripslashes($_POST["tempo"])) . "\n";
    $body .= "" . trim(stripslashes($_POST["spazio"])) . "\n";
    $body .= "Che rapporto c'è? " . trim(stripslashes($_POST["rapporti"])) . "\n";


    // INTESTAZIONI SUPPLEMENTARI
    $headers = "From: Amori segreti>";

    // INVIO DELLA MAIL
    if(@mail($to, $subject, $body, $headers)) { // SE L'INOLTRO E' ANDATO A BUON FINE...

    echo "Complimenti l'elaborazione è stata completata clicca sul pulsante per visualizzare i risultati<BR><BR>
    <center><a href=http://marcotorre.altervista.org/percentuale.html>Visualizza i RISULTATI</a></center>

    <BR><BR><BR><center><img src=http://www.rce.it/CarmineEbay/Immagini/cuori.jpg></center><br><br>

    Grazie per aver utilizzato il nostro servizio"
    ;

    } else {
    // ALTRIMENTI...

    echo "Si sono verificati dei problemi nell’elaborazione.";

    }

    ?>
    Ultima modifica di debug : 17-10-2008 alle ore 16.23.46 Motivo: Usa i tag appositi quando posti del codice

  4. #4
    Guest

    Predefinito

    Quali sono i campi che vorresti obbligatori??
    Non invogli molto la gente ad aiutarti...


    Ciao!

  5. #5
    marcotorre non è connesso Neofita
    Data registrazione
    15-04-2008
    Messaggi
    7

    Predefinito

    scusa ma è da poco che lo faccio.......
    Vorrei renderli tutti obbligatori o almeno nome, cognome, patner1, patner2, patner3

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •