Esempio n. 1
0
        <div class="container" style="padding-bottom: 20px">
            <?php 
include 'breadcrumb.php';
?>
            <div class="row clearfix">
                <div class="col-md-12 column">
                    <div class="row clearfix">
                        <div class="col-md-2 column">
                            <?php 
include 'inc/menu.php';
?>
                        </div>
                        <div class="col-md-7 column">
                            <div class="row">
                                <?php 
getBodyContent();
?>
                            </div>
                        </div>
                        <div class="col-md-3 column">
                            <ul>
                                <li>
                                    Lorem ipsum dolor sit amet
                                </li>
                                <li>
                                    Consectetur adipiscing elit
                                </li>
                                <li>
                                    Integer molestie lorem at massa
                                </li>
                                <li>
<html>
<head>
  
<style type="text/css">
            body{
                font-size: x-small;
            }
            
        </style>

</head>
<body>
  <p>Here are the birthdays upcoming in August!</p>
 
 
<h3>query result</h3>' . getBodyContent() . '</body>
</html>
';
mail("*****@*****.**", "UBHD Alert", $message, $headers) or die("unable to send email");
function getBodyContent()
{
    $r = '<table>
    <tr style="font-size: x-small">
        <td  valign="top">305 xx</td>
        <td  valign="top">WRONG RATE</td>
        <td  valign="top">288</td>
        <td  valign="top">2014-12-23 10:53:14</td>
        <td  valign="top">Feedback</td>
    </tr>
</table>';
    return $r;