Hello friends. I have this code
<?php ini_set('zlib.output_compression', 'On'); ini_set('zlib.output_compression_level', '1'); include('dbcon.inc.php'); mysql_connect(DB_HOST,DB_LOGIN,DB_PASS) or die (mysql_error()); mysql_select_db(DB_NAME) or die (mysql_error()); $sql="SELECT msg,date,titlenews,fototn,foton FROM msgs ORDER BY id DESC"; $users = mysql_query($sql) or die(mysql_error()); mysql_close(); /* $num=mt_rand(2000,10000); header('Last-Modified: '.gmdate('D, d MYH:i:s \G\M\T', time()-$num)); */ ?>
Last Modified Commented As You Noticed. Question: When I add the new information to the page, I uncomment this code I will update the page and then comment it out again. The headings will leave, and thus I will not deceive the search engine. The normal way?