Home | Contact Us |
Internet & Advertising Services
SetShowInfo(0); /* remove hitcount stats at bottom of page */
$home="gwcc0/listings";
$header = "$home/header.html";
$footer = "$home/footer.html";
$tmpdir = "/tmp/search/";
$maxRows = 50;
$delRows = 10;
>
Function bail_out $msg (
global $conn, $footer;
if ($conn);
pg_close ($conn);
endif;
echo "$msg";
Include ($footer);
exit;
);
>
Function list_field $field,$query (
global $conn;
$result = pg_Exec($conn, $query);
if (!$result);
echo "\n";
bail_out ("Failed to get results ... Please try later.");
endif;
$pTt = pg_NumRows($result);
if ($pTt == 0);
echo "\n";
bail_out ("No matching listings ... Please try again.");
endif;
$i = 0;
while ($i < $pTt);
$val = pg_Result($result, $i, "$field");
echo "