<HTML>
        <meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8"><title></title><meta name="GENERATOR" content="OpenOffice.org 2.2 (Linux)"><meta name="CREATED" content="20080227;17324600"><meta name="CHANGED" content="20080227;17490900">
        
        
        
        
        <style type="text/css">
        <!--
                @page { size: 21cm 29.7cm; margin: 2cm }
                P { margin-bottom: 0.21cm }
        -->
        </style>
<p style="margin-bottom: 0cm;">Salve a tutti, vorrei chiedere come
inviare via e-mail il risultato di una query sql con php.</p>
<p style="margin-bottom: 0cm;">Mi spiego meglio:</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">questa funzione</p>
<p style="margin-bottom: 0cm;">***********</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">function corpoMail()</p>
<p style="margin-bottom: 0cm;">{</p>
<p style="margin-bottom: 0cm;">$result = mysql_query("SELECT *
FROM nome_tabella;");</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">while ($r = mysql_fetch_assoc($result))</p>
<p style="margin-bottom: 0cm;">{
</p>
<p style="margin-bottom: 0cm;">                extract($r);</p>
<p style="margin-bottom: 0cm;">        echo "<table border=\"0\"
width=\"100%\"><tr>";</p>
<p style="margin-bottom: 0cm;"> {
</p>
<p style="margin-bottom: 0cm;">                foreach ($r as $keys => $contents)</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">echo "<td><strong>$keys</strong>:
$contents</td>";}</p>
<p style="margin-bottom: 0cm;">                echo "</tr></table>";</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">                </p>
<p style="margin-bottom: 0cm;">}
</p>
<p style="margin-bottom: 0cm;">return join('',$result);</p>
<p style="margin-bottom: 0cm;">}</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">********</p>
<p style="margin-bottom: 0cm;">se la chiamo mi restituisce a video i
valori corretti che vorrei inviare per posta elettronica.</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">la funzione</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">mail("nome@dominio.com",$oggetto,
$corpo_lettera, $intestazioni);</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">spedisce correttamente l' e-mail dove
voglio, ma non so come fare a dire che la variabile “$corpo_lettera”
diventi il risultato della funzione.</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;">Premetto che non so se l' approccio è
corretto, in quanto tutto quello che conosco sul php, l' ho scoperto
nelle ultime due settimane sfogliando manuali specifici, srticoli di
Linux Pro e consultando il sito php.html.it.</p>
<p style="margin-bottom: 0cm;">Sono riuscito ad ottenere quasi tutto
quello che cercavo, ma da tre giorni sono fermo qui e non riesco
trovare nulla.</p>
<p style="margin-bottom: 0cm;">Grazie in anticipo, per l' attenzione.</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<p style="margin-bottom: 0cm;"><br>
</p>
<BR><hr>Nuova grafica e nuove funzionalità! Crea subito Gratis la tua nuova Casella di Posta <a href="http://www.katamail.kataweb.it/?ref=mail"> Katamail</a></HTML>