[PHP] php created pages's create time

2002-08-27 Thread lin

Dear Sir,

we use php4.1.1+apache put html pages to IE from mysql DB, We find the
created pages's create time is not availability, this let me a lot of
discommodity, our webpage cann't index in yahoo etc. search engine.

please help me, let me know how to avoid it.


Mr.lin



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] php created pages's create time

2002-08-27 Thread Rasmus Lerdorf

So use the Header() function to send an appropriate Last-Modified
timestamp.  PHP can't possibly do that automatically as it does not know
the last modication time of the actual dynamic data that you send.

-Rasmus

On Tue, 27 Aug 2002, lin wrote:

 Dear Sir,

 we use php4.1.1+apache put html pages to IE from mysql DB, We find the
 created pages's create time is not availability, this let me a lot of
 discommodity, our webpage cann't index in yahoo etc. search engine.

 please help me, let me know how to avoid it.


 Mr.lin



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php