Te has decidido, ya tienes puestos tus aparatos de ortodoncia fija y tu nueva sonrisa está en camino. Pero, mientras llega, hay algo que no puede faltarte: una buena higiene bucodental. Aunque los brackets y los arcos la dificultan un poco, es precisamente en este momento cuando más exigentes debemos ser con nuestra higiene porque […]
Tenemos la costumbre de enjuagarnos la boca con agua al terminar de cepillarnos los dientes. Pero, si algo hemos aprendido en Rompemitos, es que no todas las costumbres están justificadas e incluso, en algunos casos, pueden ser contraproducentes. Enjugarnos con agua después del cepillado es prácticamente un gesto universal, casi un acto reflejo, y sin […]
Here you can administer all questions submitted by your site users.
'; if(count($result) > 0){ echo '
20/01/2014 - '.$user_name.' preguntó:
CONSULTA:
'. $question.'
RESPUESTA:
'.$response .'
Hola,
Este es un correo automatico desde '.get_bloginfo("name").'.
Tu pregunta: '.$subject.', ha sido respondida el '.date("j/F/Y", strtotime($responseDate)).'.
"'.$response.'"
'; // To send HTML mail, the Content-type header must be set $headers = 'MIME-Version: 1.0' . "\r\n"; //$headers .= 'Content-type: text/html; charset=iso-8859-1' . "\r\n"; $headers .="Content-type: text/html; charset=UTF-8 \r\n"; //$headers .= "Content-type: text/html; charset=utf-8\n"; //Content-Type: text/html; charset="UTF-8" // Additional headers // NOTE: If multiple admins, you need to explode here and change $headers $headers .= 'To: '.$email.' <'.$email.'>' . "\r\n"; $headers .= 'From: '.get_bloginfo('admin_email').' <'.get_bloginfo('admin_email').'>' . "\r\n"; // Mail it //die($headers); if(mail($to, $emailSubject, $message, $headers)){ return true; }else{ return false; } } /** * * Settings options page * * @param none * @return none */ function answerMyQuestionSettings() { loadMainScripts(); if($_GET['settings-updated'] == true){ echo ''.__("Settings saved").'.