<?php
ini_set( "max_execution_time", 3600 );
require("class.phpmailer.php");

$mail = new phpmailer();

$mail->From       = "ebook@kidspages.org";
$mail->AddReplyTo = "ebook@kidspages.org";
$mail->FromName   = "Kids' Pages Family Magazine";
$mail->Mailer     = "mail";

@MYSQL_CONNECT( "localhost", "kp_pnmonkey", "buster" );
@mysql_select_db( "kp_phoenix" );

$query = "select distinct email_address from kp_emails where ( email_address not in (select email_address from kp_emails_block) ) and ( email_address not in (select email from kp_ebook_unsubscribe) )";

// $query = "select distinct email_address from kp_emails where email_address not in (select email_address from kp_emails_block)";

// $query = "select distinct email_address from kp_emails where ( email_address not in (select email_address from kp_emails_block) ) and ( email_address not in (select email from kp_ebook_unsubscribe) )"

$result = @MYSQL_QUERY($query);

while ( $row = mysql_fetch_array ( $result ) )
{
  $email_address = $row["email_address"];


// HTML body
$body =
<<<EOT

<html>
<head>
  <title>Family Fun in the Summertime!</title>
</head>

<body>
  <table border="0" cellpadding="0" cellspacing="0" width="100%">
    <tr>
      <td align="center" bgcolor="#FFFFFF">
        <table border="0" cellpadding="0" cellspacing="0" width="575">
          <tr>
            <td align="left" bgcolor="#FFFFFF" height="50" valign="top"><a href="http://kidspages.org" target="_blank"><img alt="kidspages.org" border="0" src="http://kidspages.org/newsletter/images/2008-04-01/KidsPagesFamilyMedia.gif" width="281" height="80"></a></td>
            <td align="right" bgcolor="#FFFFFF" height="50" style="line-height:0px; font-size:0px;" valign="top">&nbsp;</td>
          </tr>

          <tr>
            <td colspan="2">
              <hr color="#B7CD60" noshade="noshade" size="1px">
            </td>
          </tr>

          <tr>
            <td colspan="2">
              <div style="font-family:Arial, Helvetica, sans-serif;font-size:25px;font-weight:bold;padding-bottom:6px;color:red;">
                <span style="font-style:italic;">Summer is in full swing!</span><br />
                <div style="font-size:15px;color:black;">
                  Don't miss these great events in July!<br />
                  Visit <a href="http://kidspages.org" target="_blank">KidsPages.org</a> to find hundreds of fun, family-friendly events<br />and resource listings of family-friendly businesses.<br />
                </div>
              </div>
            </td>
          </tr>

          <tr>
            <td height="100%" valign="top">
              <table border="0" cellpadding="0" cellspacing="0" height="100%" width="100%">

                <!-- section -->
                <tr>
                  <td align="left" bgcolor="#FFFFFF" height="100%">
                    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="381">
                      <tr>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ul_corner.jpg" width="12"></td>
                        <td bgcolor="#9A9B96" height="1px" style="line-height:0px; font-size:0px;" width="357"></td>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ur_corner.jpg" width="12"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#E2E5D2" height="11" style="line-height:0px; font-size:0px;"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#9A9B96" height="100%" style="line-height:0px; font-size:0px;" width="1"></td>
                        <td bgcolor="#E2E5D2" height="100%" style="line-height:0px; font-size:0px;" width="11"></td>

                        <td align="left" bgcolor="#E2E5D2" height="100%" style="font-size: 12px; color:#343436; line-height:16px;" valign="top">
                          <div style="font-family:Arial, Helvetica, sans-serif;font-size:25px;line-height:22px;font-weight:bold;padding-bottom:2px;color:#005bab;">
                            The Arvada Center
                          </div>

                          <font style="font-family:Arial, Helvetica, sans-serif;font-size:14px;">
<div style="float:right;padding-left:5px;"><img src="http://kidspages.org/newsletter/images/2008-07-14/arvadacenter.jpg" width="100" height="106" border="0"></div>
                            <p>The Arvada Center for the Arts and Humanities Family Fun Night&mdash;Fred Garbo Inflatable Theater Co., Saturday, July 19 in the outdoor amphitheater. All the fun starts at 5pm, and the show starts at 7pm.</p>
                            <p>Vaudevillian Fred Garbo and Brazilian ballerina Daielma Santos will mesmerize the audience with their artistic imagery and creative foolishness. Families of all ages will be amazed by Garbo's gigantic inflatable inventions that take on a life of their own in hilarious ways.</p>
                            <p>Nothing's more enjoyable than spending an evening at the Arvada Center, where you'll see a great show and have a whole lot of fun before the show even begins! Your family can participate in a wide variety of free activities on the Plaza, play on Squiggles the giant sea monster and visit the cool summer gallery exhibitions about bikes and motorcycles.</p>
                            <p>Tickets are $14 and $48 for a Family 4 Pack. For tickets, call 720-898-7200 or visit <a href="http://arvadacenter.org">arvadacenter.org</a>.</p>

                          </font>

                        </td>

                        <td bgcolor="#E2E5D2" height="100%" width="11"></td>
                        <td bgcolor="#9A9B96" height="100%" width="1"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_bottom.jpg" width="381"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="14" src="http://kidspages.org/newsletter/images/2008-04-01/pix.gif" width="1"></td>
                      </tr>

                    </table>
                  </td>
                </tr>
                <!-- /section -->



                <!-- section -->
                <tr>
                  <td align="left" bgcolor="#FFFFFF" height="100%">
                    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="381">
                      <tr>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ul_corner.jpg" width="12"></td>
                        <td bgcolor="#9A9B96" height="1px" style="line-height:0px; font-size:0px;" width="357"></td>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ur_corner.jpg" width="12"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#E2E5D2" height="11" style="line-height:0px; font-size:0px;"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#9A9B96" height="100%" style="line-height:0px; font-size:0px;" width="1"></td>
                        <td bgcolor="#E2E5D2" height="100%" style="line-height:0px; font-size:0px;" width="11"></td>

                        <td align="left" bgcolor="#E2E5D2" height="100%" style="font-size: 12px; color:#343436; line-height:16px;" valign="top">
                          <div style="font-family:Arial, Helvetica, sans-serif;font-size:25px;line-height:22px;font-weight:bold;padding-bottom:2px;color:#005bab;">
                            KidSpree
                          </div>

                          <font style="font-family:Arial, Helvetica, sans-serif;font-size:14px;">
<div style="float:right;padding-left:5px;"><img src="http://kidspages.org/newsletter/images/2008-07-14/kidspree.jpg" width="150" height="225" border="0"></div>
                            <p>Don't miss Colorado's largest outdoor festival just for kids featuring more than 60 hands-on activities and entertainers, including tons of art activities, inflatable rides, life-size board games, a giant maze and much more. Admission and activities are free!</p>
                            <p>Park in the southwest parking lot of Town Center at Aurora (formerly the Aurora Mall) and take a free shuttle to the festival.</p>
                            <div style="font-weight:bold;">
                              Saturday, July 19 & Sunday July 20, 10am to 5pm<br />
                              Bicentennial Park, 13655 E. Alameda Ave., Aurora<br />
                              303-326-8FUN<br />
                            </div>
                            <p>Visit <a href="http://www.ci.aurora.co.us/AuroraGov/Residents/Special_Events/KidSpree/index.htm">KidSpree</a> for more information.</p>

                          </font>

                        </td>

                        <td bgcolor="#E2E5D2" height="100%" width="11"></td>
                        <td bgcolor="#9A9B96" height="100%" width="1"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_bottom.jpg" width="381"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="14" src="http://kidspages.org/newsletter/images/2008-04-01/pix.gif" width="1"></td>
                      </tr>

                    </table>
                  </td>
                </tr>
                <!-- /section -->



                <!-- section -->
                <tr>
                  <td align="left" bgcolor="#FFFFFF" height="100%">
                    <table border="0" cellpadding="0" cellspacing="0" height="100%" width="381">
                      <tr>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ul_corner.jpg" width="12"></td>
                        <td bgcolor="#9A9B96" height="1px" style="line-height:0px; font-size:0px;" width="357"></td>
                        <td colspan="2" height="12" rowspan="2" style="line-height:0px; font-size:0px;" width="12"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_ur_corner.jpg" width="12"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#E2E5D2" height="11" style="line-height:0px; font-size:0px;"></td>
                      </tr>

                      <tr>
                        <td bgcolor="#9A9B96" height="100%" style="line-height:0px; font-size:0px;" width="1"></td>
                        <td bgcolor="#E2E5D2" height="100%" style="line-height:0px; font-size:0px;" width="11"></td>

                        <td align="left" bgcolor="#E2E5D2" height="100%" style="font-size: 12px; color:#343436; line-height:16px;" valign="top">
                          <div style="font-family:Arial, Helvetica, sans-serif;font-size:25px;line-height:22px;font-weight:bold;padding-bottom:2px;color:#005bab;">
                            Children's Museum
                          </div>

                          <font style="font-family:Arial, Helvetica, sans-serif;font-size:14px;">



<div style="float:right;padding-left:5px;"><img src="http://kidspages.org/newsletter/images/2008-07-14/childrensmuseum.jpg" width="150" height="225" border="0"></div>


                            <p>Join the fun at the Children's Museum of Denver with its new interactive construction exhibit Junior Jobsite! Junior Jobsite teaches kids what it takes to build from the foundation up; constructing walls, working as a master plumber, and learning the ins and outs of electricity. Equipped with hard hats and blue prints, children and their caregivers can see, touch, crawl on and experiment with materials and equipment you would find at a real construction site. The exhibit runs July 12-September 28.</p>
                            <p>Mighty Machines will also be taking over the Museum's plaza July 12, August 9, and September 13. Visitors can explore big-time construction equipment like backhoes and excavators and talk to the people who operate them. Mighty Machines will storm the plaza from 10am-2pm.</p>
                            <p>Visit the <a href="http://www.cmdenver.org/programsEvents/index.cfm?fuseaction=content&content_id=232">Children's Museum</a> for more information.</p>
                          </font>

                        </td>

                        <td bgcolor="#E2E5D2" height="100%" width="11"></td>
                        <td bgcolor="#9A9B96" height="100%" width="1"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="12" src="http://kidspages.org/newsletter/images/2008-04-01/color001_bottom.jpg" width="381"></td>
                      </tr>

                      <tr>
                        <td colspan="5" style="line-height:0px; font-size:0px;"><img height="14" src="http://kidspages.org/newsletter/images/2008-04-01/pix.gif" width="1"></td>
                      </tr>

                    </table>
                  </td>
                </tr>
                <!-- /section -->

              </table>
            </td>

            <td align="right" height="100%" valign="top">
              <table border="0" cellpadding="0" cellspacing="0" width="177">
                <tr>
                  <td colspan="5" style="line-height:0px; font-size:0px;"><img alt="Kids' Pages eBook" src="http://kidspages.org/newsletter/images/2008-04-01/kpebook-head2.gif"></td>
                </tr>

                <tr>
                  <td bgcolor="#999999" height="100%" width="1"></td>
                  <td bgcolor="#E3EDB9" height="100%" width="11"></td>
                  <td align="center" bgcolor="#E3EDB9" style="font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#343436;padding-bottom:3px; line-height:16px;" valign="top" width="153">
                    <div align="center" style="font-size:20px; font-weight:bold; color:#4e5670;">
                      Summer 2008 Issue<br /><br />
                    </div>
                    <div style="text-align:center;">
                      Enjoy reading each issue<br />
                      cover to cover online.<br />
                      User-friendly with live links,<br />
                      contests, coupons<br /> and more.
                      <br />
                  </td>
                  <td bgcolor="#E3EDB9" height="100%" style="line-height:0px; font-size:0px;" width="11"></td>
                  <td bgcolor="#999999" height="100%" style="line-height:0px; font-size:0px;" width="1"></td>
                </tr>

                <tr>
                  <td bgcolor="#999999" height="100%" width="1"></td>
                  <td bgcolor="#E3EDB9" height="100%" width="11"></td>
                  <td align="center" bgcolor="#E3EDB9" height="100%" style="font-family:Arial, Helvetica, sans-serif;font-size:12px; color:#343436;padding-bottom:3px; line-height:16px;" valign="top" width="153">
                    <br />
                    <div style="padding-right:0px;padding-top:0px;padding-bottom:10px;">
                      <a href="http://kidspages.org/ebooks/2008-06/denver/flash.html#/1/" target="_blank">
                        <img src="http://kidspages.org/images/cover/2008-06/KP-Cover-2008-06-den-sm.jpg" width="150" height="195" border="0"><br />
                        <div align="left" style="font-family:verdana,geneva,serif; font-size:12px; font-weight: normal; text-align:center;">
                          Click here to launch the<br /><b>Denver Metro eBook!</b>
                        </div>
                      </a>
                    </div>

                    <br>
                    <br>
                    <div style="padding-left:0px;padding-top:0px;padding-bottom:10px;">
                      <a href="http://kidspages.org/ebooks/2008-06/noco/flash.html#/1/" target="_blank">
                        <img src="http://kidspages.org/images/cover/2008-06/KP-Cover-2008-06-noco-sm.jpg" width="150" height="195" border="0"><br />
                        <div align="left" style="font-family:verdana,geneva,serif; font-size:12px; font-weight: normal; text-align:center;">
                          Click here to launch the<br /><b>Northern Colorado eBook!</b>
                        </div>
                      </a>
                    </div>
                  </td>
                  <td bgcolor="#E3EDB9" height="100%" style="line-height:0px; font-size:0px;" width="11"></td>
                  <td bgcolor="#999999" height="100%" style="line-height:0px; font-size:0px;" width="1"></td>
                </tr>

                <tr>
                  <td colspan="5" style="padding: 0 0 14 0; line-height:0px; font-size:0px;"><img border="0" height="12" src="http://kidspages.org/newsletter/images/2008-04-01/kpbook_bottom.jpg" width="177"></td>
                </tr>
              </table>
            </td>
          </tr>

        </table>
      </td>
    </tr>
  </table>

  <table align="center" border="0" cellpadding="0" cellspacing="0" width="575">
    <tr>
      <td align="left" valign="top" width="100%">

      <p style="font-size:9px;">
      <font face="Verdana, Arial, Helvetica, sans-serif" size="1"><font color="#000000" face="Verdana, Arial, Helvetica, sans-serif" size="1" style="font-size: 9px; font-family: Verdana, Arial, Helvetica, sans-serif;">
        Don't see the images in thie e-mail? Please add ebook@KidsPages.org to<br /> your address book or safe senders list.<br />
        <br />
        You are receiving these periodic announcements because you have registered at KidsPages.org. We will never share our mailing list with anyone.
        If you do not wish to continue receiving these announcements, please click <a href="http://kidspages.org/index.php?module=SubmitStuff&func=nlunsubscribe&emailaddress=$email_address">here</a> to unsubscribe.<br />
        <br />
        &copy; Copyright 2008 Kids Pages Family Media, Inc.
      </font>
      </p>

      </td>
    </tr>
  </table>

</body>
</html>



EOT
;

// Plain text body (for mail clients that cannot read HTML)
$text_body  =
<<<EOT

Summer is in full swing!
Don't miss these great events in July!
Visit KidsPages.org to find hundreds of fun, family-friendly events
and resource listings of family-friendly businesses.


The Arvada Center
The Arvada Center for the Arts and Humanities Family Fun Night--Fred Garbo Inflatable Theater Co., Saturday, July 19 in the outdoor amphitheater. All the fun starts at 5pm, and the show starts at 7pm.
Vaudevillian Fred Garbo and Brazilian ballerina Daielma Santos will mesmerize the audience with their artistic imagery and creative foolishness. Families of all ages will be amazed by Garbo's gigantic inflatable inventions that take on a life of their own in hilarious ways.
Nothing's more enjoyable than spending an evening at the Arvada Center, where you'll see a great show and have a whole lot of fun before the show even begins! Your family can participate in a wide variety of free activities on the Plaza, play on Squiggles the giant sea monster and visit the cool summer gallery exhibitions about bikes and motorcycles.
Tickets are $14 and $48 for a Family 4 Pack. For tickets, call 720-898-7200 or visit arvadacenter.org.


KidSpree
Don't miss Colorado's largest outdoor festival just for kids featuring more than 60 hands-on activities and entertainers, including tons of art activities, inflatable rides, life-size board games, a giant maze and much more. Admission and activities are free!
Park in the southwest parking lot of Town Center at Aurora (formerly the Aurora Mall) and take a free shuttle to the festival.
Saturday, July 19 & Sunday July 20, 10am to 5pm
Bicentennial Park, 13655 E. Alameda Ave., Aurora
303-326-8FUN


Children's Museum
Join the fun at the Children's Museum of Denver with its new interactive construction exhibit Junior Jobsite! Junior Jobsite teaches kids what it takes to build from the foundation up; constructing walls, working as a master plumber, and learning the ins and outs of electricity. Equipped with hard hats and blue prints, children and their caregivers can see, touch, crawl on and experiment with materials and equipment you would find at a real construction site. The exhibit runs July 12-September 28.
Mighty Machines will also be taking over the Museum's plaza July 12, August 9, and September 13. Visitors can explore big-time construction equipment like backhoes and excavators and talk to the people who operate them. Mighty Machines will storm the plaza from 10am-2pm.

EOT
;

  $mail->From     = "ebook@kidspages.org";
  $mail->FromName = "Kids' Pages Family Magazine";
  $mail->Mailer   = "mail";

  $mail->Body    = $body;
  $mail->AltBody = $text_body;
  $mail->Subject = "Family Fun in the Summertime!";
  $mail->AddAddress( $email_address );

//  $mail->AddAddress($row["email_address"], $row["full_name"]);
//  $mail->AddStringAttachment($row["photo"], "YourPhoto.jpg");

  if ( !$mail->Send() )
  {
    echo "There has been a mail error sending to " . $email_address . "<br>";
  }
  else
  {
    echo "Success sending to " . $email_address . "<br>";
  }

  // Clear all addresses and attachments for next loop
  $mail->ClearAddresses();
  $mail->ClearAttachments();
}

  echo "<br />";
  echo "### COMPLETE ###<br />";
?>
