On Fri, Jun 5, 2009 at 11:50, Gary<[email protected]> wrote:
> As usual, thank you for your help.  How do I get it to display in the emails
> only if the boxes are checked?

<?php
    // ....
    $msg .= isset($_POST['info']) ? "Please send info.\n" : "Do not
send info.\n";
    // ....
?>

-- 
</Daniel P. Brown>
[email protected] || [email protected]
http://www.parasane.net/ || http://www.pilotpig.net/
50% Off All Shared Hosting Plans at PilotPig: Use Coupon DOW10000

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to