So I'm able to create a page programmatically, BUT even though I'm specifying the 'full_html' filter, the page is being created with the 'filtered_html' filter which means that the code I'm writing to the page after it's created is being stripped out. Here's the line I'm using to set the filter type:
$node->body[$node->language][0]['format'] = 'full_html';
Why is the filter type being ignored when the node is created?
Thanks in advance, Bryan