RE: [PHP-DB] php/js

2005-03-26 Thread Bastien Koert
1. http://ca.php.net/manual/en/function.filemtime.php 2. $php = "php forever"; echo "$php"; bastien From: Yemi Obembe <[EMAIL PROTECTED]> To: php-db@lists.php.net Subject: [PHP-DB] php/js Date: Sat, 26 Mar 2005 06:48:27 -0800 (PST) hi guys, sorry about making this stu

[PHP-DB] php/js

2005-03-26 Thread Yemi Obembe
hi guys, sorry about making this stupid comparisons but i hope someone help me with them. Simply, I'd like to know php functions that are equivalent to this javascript functions: 1.document.lastModified // displays date document was modified as reported by server 2.var php = 'php forever!' do