[PHP-DB] Re: subtracting dates...

2003-08-02 Thread Craig Roberts
Try something along the lines of if($current_MM $MM) { $age = $calculatedage - 1; } you'll also need to do something like this with the day of the month if the user's bday is in the current month. at least... i think that works out :$ Craig Roberts John Ryan [EMAIL PROTECTED] wrote

[PHP-DB] Re: Mail problem

2003-08-01 Thread Craig Roberts
batch of addresses, as opposed to a connection per address (saves bandwidth and mail server!). The mail server will then send the messages where they need to go and hide all the other recipents. Craig Roberts Mak [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Beware though