Re: Inspiration for a Tombstone.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



<?php
include 'connection.php';
$inquire = "SELECT COUNT(*) FROM heartbeat WHERE user_name = 'Dan'";
$count = ifx_query ($inquire, $connect_id);
$rowcount = ifx_fetch_row($count);
$pulse = $rowcount['total'];

if ($heartbeat > 0) {
  echo "_/\^___/\^____/\^___";
} else {
  echo "________________";
}
?>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux