[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] >

Re: [PHP-DB] Free php editor!!

2003-08-02 Thread Craig Roberts
particular site thats set up within dreamweaver. I also use vi... both on windows(!) and linux for quick hacks (and it works throu SSH)... it dosn't give arguments for functions but still has nice colour coding that I like. (www.vim.org). Craig Roberts "Jim" <[EMAIL PROTECTED]> wr

[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" &l

[PHP-DB] Re: Don't know why query works this way

2003-08-06 Thread Craig Roberts
_query($query, $link)) { //blah } else { //error } Hope this helps Craig Roberts "Michael Cortes" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] I have been writing my queries like this... $link = mysql_connect ($host, $username, $password); $query =