In the following documents you can find some answers to the previous practice. Please have in mind that there are always different possible translations, so focus mainly on value, function and meaning:
Check your results of Practice 3
Check your results of Practice 4
}else{ //Estoy recibiendo el formulario, compongo el cuerpo $header = "Content-Type: text/html;charset=ISO-8859-15"; $cuerpo = "After doing these activities, what can you conclude?: \n"; $cuerpo .= "WHICH VALUES CAN THE CONJUNCTION 'WENN' PRESENT?: ". $HTTP_POST_VARS["textarea1"] . "\n"; $cuerpo .= "WHICH VALUES CAN THE CONJUNCTION 'ALS' PRESENT?: ". $HTTP_POST_VARS["textarea2"] . "\n"; $cuerpo .= "HOW MANY DIFFERENT TRANSLATIONS HAVE YOU USED FOR THE CONJUNCTION 'WENN'?: ". $HTTP_POST_VARS["textarea3"] . "\n"; $cuerpo .= "HOW MANY DIFFERENT TRANSLATIONS HAVE YOU USED FOR THE CONJUNCTION 'ALS'?: ". $HTTP_POST_VARS["textarea4"] . "\n"; $cuerpo .= "NAME: " . $HTTP_POST_VARS["name"] . "\n"; $cuerpo .= "EMAIL: " . $HTTP_POST_VARS["email"] . "\n"; //mando el correo... mail("oster@trad.uji.es","Formulario recibido",$cuerpo); //doy las gracias por el envío echo "Thank you.