Web Listings Publications News Topics Information
"; CarpConf('shownoitems',1); CarpConf('noitems',''); // CarpConf('encodingin','UTF-8'); // CarpConf('encodingout','UTF-8'); // CarpConf('fixentities',1); CarpConf('cborder',''); CarpConf('cacheinterval',2800); CarpConf('iorder','link,desc'); CarpConf('bi',''); CarpConf('aidesc','Books on $term
Home / Terms / Books / $term
Web Listings Publications News Topics Information
No publications found for $term
News about $term
Home / Terms / News / $term
Web Listings Publications News Topics Information
"; CarpConf('shownoitems',1); CarpConf('noitems',''); // CarpConf('encodingin','UTF-8'); // CarpConf('encodingout','UTF-8'); // CarpConf('fixentities',1); CarpConf('cborder',''); CarpConf('aidesc','Information on $term
Home / Terms / $term
Web Listings Publications News Topics Information
$myrow[definition]
"; CarpConf('shownoitems',1); CarpConf('noitems',''); CarpConf('cborder',''); CarpConf('aidesc','Common Terms associated with Flow Meters
Home / Terms
Below are terms and phrases which are commonly associated with flow meters. You can get more detailed information by clicking the info links after each term. Information available includes web results, definitions, publications, and news topics concerning that term.
"; echo "| $term | More Information |
\n"; include("includes/footer.php"); //get the data from amazon function getAmazon($file) { global $host; global $show_xml; global $totalresults; if ($hf=fopen("http://xml.amazon.com/$file",'r')) { //open a file from Amazon if ($show_xml) { //print the raw XML instead of parsing it into an array? print "
\n";
}
while ($line=fgets($hf,10000)) { //handle each line of XML
$line=utf8_decode($line); //convert the UTF8 characters, 20041207/JvG added
if ($show_xml) { //print the raw XML instead of parsing it into an array?
print htmlentities(rtrim($line))."\n";
}
if (ereg('HTTP/[0-9]\.[0-9] ([13-9].*)$',$line,$Atmp)) {
if (!$show_xml) print "HTTP error: ".$Atmp[1]."
\n";
}
else if (eregi('(.*) ',$line,$Atmp)) {
if (!$show_xml) print "Database Error: ".$Atmp[1]."
\n";
}
else if (eregi('(.*) ',$line,$Atmp)) {
$totalresults=$Atmp[1];
}
else if (eregi('',$line,$Atmp)) {
$E[url]=$Atmp[1];
}
else if (eregi("<(.*)>(.*)",$line,$Ares)) {
$tag =$Ares[1];
$data=$Ares[2];
if ($tag=='Author') { //there can be multiple authors so put in sub array
$E[$tag][]=$data;
}
else {
$E[$tag]=$data;
}
}
else if (eregi("",$line)) {
$A[]=$E;
$E=array(); //empty array again
}
}
if ($show_xml) { //print the raw XML instead of parsing it into an array?
print "\n";
}
}
else die("Can't open socket for xml.amazon.com.Books on $term
Home / Books / $term
Web Listings Publications News Topics Information
"; print "Total number of " . ucwords(strtolower($search)) . " Books in Stock: $totalresults| ';
print " | ';
print '';
//print "".$E[ProductName].' '; print "".$E[ProductName].' '; print 'by: '; if (is_array($E[Author])) { while (list($kau,$dau)=each($E[Author])) { if ($kau) print ', '; $dau = ucwords(strtolower($dau)); print $dau; } } else print 'Unknown'; print ' '; print 'Price: '.$E[OurPrice].' '; print "Buy this Book. "; print ' | ';
print "