RE: [PHP-WIN] dates

2002-11-05 Thread Asendorf, John
SA 740-349-3631 Nullum magnum ingenium sine mixtura dementiae fuit > -Original Message- > From: Aidal [mailto:aidal@;nospam.dk] > Sent: Tuesday, November 05, 2002 5:05 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] dates > > > Hi NG. > > I was wondering if a

[PHP-WIN] dates

2002-11-05 Thread Aidal
Hi NG. I was wondering if anyone knows of a (maybe build-in) way to check dates. Say I want to show some articles on a page, the articles I want to show here are the latest aka those created on the current date or the date closest to the current date. Regards ~ Aidal -- PHP Windows Mailing Li

RE: [PHP-WIN] dates

2002-10-04 Thread Rich Gray
le"; or do this ... $vardate = stripslashes($row['date']); HTH Rich -Original Message- From: Tim Blackwell [mailto:[EMAIL PROTECTED]] Sent: 04 October 2002 14:12 To: [EMAIL PROTECTED] Subject: [PHP-WIN] dates any reason why my echo statement doesn't work in thi

Re: [PHP-WIN] dates

2002-10-04 Thread Luis Moreira
Have you checked if you are stripping an empty string, for instance ? Luis - Original Message - From: "Tim Blackwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 04, 2002 2:11 PM Subject: [PHP-WIN] dates > any reason why my echo statemen

[PHP-WIN] dates

2002-10-04 Thread Tim Blackwell
any reason why my echo statement doesn't work in this script? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php