NAND functionality in EXTOL Binding to Select Data

NAND functionality in EXTOL Binding to Select Data

There are times that we need to omit data during our data selection using NAND data selection might be the best way.

NAND Data selection uses the logical opeation of AND followed by negation. The output is false if both inputs are true





By: on
load('http://www.extol.com/extolnews.rss'); $feed = array(); foreach ($rss->getElementsByTagName('item') as $node) { $item = array ( 'title' => $node->getElementsByTagName('title')->item(0)->nodeValue, 'desc' => $node->getElementsByTagName('description')->item(0)->nodeValue, 'link' => $node->getElementsByTagName('link')->item(0)->nodeValue, 'date' => $node->getElementsByTagName('pubDate')->item(0)->nodeValue, ); array_push($feed, $item); } $limit = 4; echo ' A free web counter provided by GoStats.