| YARDSALEZIP.com |
Postings
to date
//get the number of "ever psted" ads for usa
$qpos = "select usa from garage_total";
$rpos = mysql_query($qpos) or die(mysql_error());
$apos = mysql_fetch_array($rpos);
?>
(
=$apos[0]?>
)
Active Postings
//get the active postings
$qpos = "select count(AdID) from garage_ads where AdStatus = 'active' and Country = 'USA' ";
$rpos = mysql_query($qpos) or die(mysql_error());
$apos2 = mysql_fetch_array($rpos);
?>
(
=$apos2[0]?>
)