Last indexed

Get general PHP programming help here.

Last indexed

Postby DUQUE » 11/01/2006 4:52 pm

Hi, this is the code for Last Indexed but is not finish, pgolovko you can help me to finish the code please.


Code: Select all

<!-- Principio de Indexado -->

  <?

function Indexado() {

      global $mysql_table_prefix;

      $stats = array();

      $indexstatus = "select date(indexdate) from ".$mysql_table_prefix."sites";


      $result = mysql_query($indexstatus);

      echo mysql_error();

      if ($row=mysql_fetch_array($result)) {

         $stats['indexdate']=$row[0];


       }

      return $stats;

   }



?>
<?

$stats = Indexado();

   print "<p>Ultima Indexación: </strong>".$stats['indexdate']." </p>\n";

?>

<!-- Fin de Indexado -->


Is similar Date code?. I saw in ADP

Thanks.
DUQUE
 
Posts: 15
Joined: 10/26/2006 1:08 am


Return to PHP Help

Who is online

Users browsing this forum: No registered users and 0 guests

cron