Re: [PHP] Getting days after last login. Date problem

2002-02-13 Thread Matt Moreton
ate); if ( $pdate > $ldate ) { // do some funky stuff } Hope that helps. Regards Matt. - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 11:19 AM Subject: [PHP] Getting days after las

Re: [PHP] Getting days after last login. Date problem

2002-02-13 Thread Girish Nath
compare the two dates as you suggested. Girish -- www.girishnath.co.uk - Original Message - From: "Andy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, February 13, 2002 11:19 AM Subject: [PHP] Getting days after last login. Date problem Hi there, I

[PHP] Getting days after last login. Date problem

2002-02-13 Thread Andy
Hi there, I would like to find out the changes on content after a members last login. The format of the date stored in the member db is e.g.: Feb 13, 2002 The format of e.g pictures uploaded is: 2000-02-13 How can I search for pictures which are uploaded since the members last login. Is ist p