RE: [PHP] Count lines or chars

2003-10-17 Thread Morten Skou
I guess you could do something like : That would count all the lines in the file. /Morten -Original Message- From: Markus [mailto:[EMAIL PROTECTED] Sent: 17. oktober 2003 11:25 To: [EMAIL PROTECTED] Subject: [PHP] Count lines or chars Hi PHP-gurus :-) I'd like to count the lines wi

RE: [PHP] unix timestamp

2002-09-06 Thread Morten Skou
Hi, You can just use : $output = strtotime("+1 day"); $output = strtotime("-7 day"); http://dk.php.net/manual/en/function.strtotime.php -Morten Skou -Original Message- From: andy [mailto:[EMAIL PROTECTED]] Sent: 6. september 2002 13:50 To: [EMAIL PROTECTED]