Honeyguides (Indicatoridae) Birds of India, Bibliography of Indian Birds, Species Profiles of Indian Birds, AVIS Portal, IBIS Portals, AVIS IBIS Portals,Birding in India,Bird watching,Indian Birds,Indian Ornithology,Birds of India, Indian birds, bird photographs, Indian bird photographs, India Birds, Sundarbans, Indian bird checklist, Birds, birding hotspots, trip reports,guide to birds of India, bird photography, India bird photos, birds, Indian birds, Arpit Deomurari,AVIS-IBIS - An Avian Information System - Indian BioDiversity Information System,Kutch, Kachchh, Indian Ornithology http://avis.indianbiodiversity.org/bibliography-of-piciformes-indicatoridae-honeyguides.html Sat, 18 May 2013 10:51:19 +0000 Joomla! 1.5 - Open Source Content Management en-gb Bibliography of Yellow-rumped Honeyguide - Indicator xanthonotus http://avis.indianbiodiversity.org/bibliography-of-piciformes-indicatoridae-honeyguides/bibliography-of-yellow-rumped-honeyguide-indicator-xanthonotus.html http://avis.indianbiodiversity.org/bibliography-of-piciformes-indicatoridae-honeyguides/bibliography-of-yellow-rumped-honeyguide-indicator-xanthonotus.html <?php
include(getcwd()."/ibisdata/ibisdbdata.php");
global $sn;
$sn='Indicator xanthonotus';
global $resultlit;
global $rowlit;
$usrn = $dbusername;
$pwds = $dbpassword;
$dbs = $dbname;
@ $db = new mysqli('localhost', $usrn, $pwds, $dbs);
if (mysqli_connect_errno()) {
echo 'Error: Could not connect to database. Please try again later.';
exit;
}
$query = "select * from jos_master where M_SN = '".$sn."'";
$result = $db->query($query);
$num_results = $result->num_rows;
$row = $result->fetch_assoc();
$spcn=$row['M_CN'];
//$query = "select distinct Title, Author, SecondaryTitle, Volume, Pages, Fpage, Year from jos_bibliodb where Title LIKE '%".$sn."%' OR Abstract LIKE '%".$sn."%' OR Keywords LIKE '%".$sn."%' or Title LIKE '%".$spcn."%' or Abstract LIKE '%".$spcn."%' or Keywords LIKE '%".$spcn."%' or KWNEW LIKE '%".$spcn."%' order by author";//
$query = "select distinct Title, Author, SecondaryTitle, Volume, Pages, Fpage, Year from jos_bibliodb where KWNEW LIKE '%".$sn."%' or KWNEW LIKE '%".$spcn."%' order by author";
$resultlit = $db->query($query);
$num_results = $resultlit ->num_rows;
if ($num_results == 0 )
{
echo "<b><br><br>Currentlly No Literature Avialable</b>";
}
else
{
echo "<b><br><br>Number of Results found : ".$num_results." for <i>" .$sn. "</i></b><br><br>";
for ($i=0; $i <$num_results; $i++)
{
$rowlit = $resultlit ->fetch_assoc();
$tempdata = $i+1;
$tauth=htmlspecialchars_decode(htmlentities($rowlit ['Author']));
$ttitle=htmlspecialchars_decode(htmlentities($rowlit ['Title']));
$tsectitle=htmlspecialchars_decode(htmlentities($rowlit ['SecondaryTitle']));
$tvol=htmlspecialchars_decode(htmlentities($rowlit ['Volume']));
$tpage=htmlspecialchars_decode(htmlentities($rowlit ['Pages']));
$tfpage=htmlspecialchars_decode(htmlentities($rowlit ['Fpage']));
$tyear=htmlspecialchars_decode(htmlentities($rowlit ['Year']));
echo "<P ALIGN=JUSTIFY>";
echo "<b>$tempdata</b>";
echo ". ";
echo "$tauth ";
echo ", (";
echo "$tyear";
echo "), ";
echo "$ttitle";
echo ", ";
echo "<i>";
echo "$tsectitle";
echo "</i>";
echo ", ";
echo "$tvol";
echo ": ";
echo "$tpage";
if ($tfpage <> '')
{
echo " - ";
echo "$tfpage";
}
echo ". ";
echo "<br>";
echo "</p>";
echo "<HR>";
}
}



echo "<br><br><b>Cite this website along with its URL as:<br></b>";
echo "Anonymous. " .date("Y"). " Bibliography of <i> ".$sn."</i> - ".$row['ABBI_AUTH']." (".$spcn." )<i> in </i>Deomurari, A.N. (Compiler), 2010. AVIS-IBIS (Avian Information System - Indian BioDiversity Information System) v. 1.0. Foundation For Ecological Security, India";
echo " retrieved on ".date("m/d/Y");
?>]]>
Bibliography of Piciformes - Indicatoridae ( Honeyguides ) Wed, 11 Nov 2009 05:36:10 +0000