exposing the dark side of adoption
Register Log in

Children killed or abused within their homeschooling fundamentalist adoptive family

public

$sql = "SELECT n.nid FROM {node} n INNER JOIN {content_type_case} t ON (t.nid = n.nid and t.vid = n.vid) WHERE field_home_schooling_value = 'yes' AND field_fundamentalist_faith_value = 'yes' ORDER BY n.title ASC";

$result = pager_query(db_rewrite_sql($sql), 200, 0);

while ($data = db_fetch_object($result)) {

$blog_node = node_load($data->nid);

print node_view($blog_node, TRUE);

}

print theme('pager', NULL, 200);

?>

>

by Admin on Thursday, 02 May 2013