[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!'
   document.write(php.big()) // outputs bigphp forever!/big



-

A passion till tomorrow,
Opeyemi Obembe | ng.clawz.com






-
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site! 

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 big$php/big;
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 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!'
   document.write(php.big()) // outputs bigphp forever!/big


-
A passion till tomorrow,
Opeyemi Obembe | ng.clawz.com


-
Do you Yahoo!?
 Yahoo! Small Business - Try our new resources site!
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php