Pet Lost & Found |
Please visit our sponsors...
Sorry, no ads to browse at this level.";
}
else
{
while ($cats = mysql_fetch_array($get_ads_res))
{
$cat_id = $cats[id];
$image_array[$cnt] = "./images/".$cats['image'];
$links_array[$cnt] = "hits.php?id=".$cat_id;
$cnt += 1;
//$display_block = $image_array[$cnt];
}
}
$o = new AdRotator($image_array,$links_array);
$o->rotate(1);
/* show vertical ads */
print $o->showAds("VERTICAL",NULL,"_blank");
//echo " \n"; //* show horizontal ads */ //print $o->showAds(NULL,NULL,"_parent"); ?> |
Add a pet that has been lost or found
Pets lostNothing found."; } else { //available pet, get info if (mysql_num_rows($get_item_res) > 0) { while ($ads = mysql_fetch_array($get_item_res)) { $id = $ads['id']; $date = $ads['date1']; $contact = $ads['contact']; $phone = $ads['phone']; $location = $ads['location']; $dog = $ads['dog']; $cat = $ads['cat']; $chipid = $ads['chipid']; $descr = $ads['descr']; $picture = $ads['picture']; $view = "view full pet info"; echo "Internal Id:".$id." "; echo "Date: ".$date." "; echo "Contact person:".$contact." "; echo "Lost location:".$location." "; if($dog == 1) echo "Type animal:Dog "; if($cat == 1) echo "Type animal:Cat "; echo "Tag or Chip id code:".$chipid." "; echo "Description: ".$descr." "; echo " "; echo " "; } } } ?> |
Pets foundNothing found."; } else { //available pet, get info if (mysql_num_rows($get_item_res) > 0) { while ($ads = mysql_fetch_array($get_item_res)) { $id = $ads['id']; $date = $ads['date1']; $contact = $ads['contact']; $phone = $ads['phone']; $location = $ads['location']; $dog = $ads['dog']; $cat = $ads['cat']; $chipid = $ads['chipid']; $descr = $ads['descr']; $picture = $ads['picture']; $view = "view full pet info"; echo "Internal Id:".$id." "; echo "Date: ".$date." "; echo "Contact person:".$contact." "; echo "Found location:".$location." "; if($dog == 1) echo "Type animal:Dog "; if($cat == 1) echo "Type animal:Cat "; echo "Tag or Chip id code:".$chipid." "; echo "Description: ".$descr." "; echo " "; echo " "; } } } ?> |
| Javascript Menu by Deluxe-Menu.com |