Congratulations to Week 9 winner Carol W. from Hamilton, ON.
We had lots of fun reading your answers to our questions during this contest. Thanks for participating in Canada's Next Great Answer and congrats again to all of our weekly winners.
set_item_limit(6);
// This makes sure that the content is sent to the browser as text/html and the UTF-8 character set (since we didn't change it).
$feed->handle_content_type();
// Let's begin our XHTML webpage code. The DOCTYPE is supposed to be the very first thing, so we'll keep it on the same line as the closing-PHP tag.
?>
get_items() as $item):
$i = $i + 1;
if($i == 6){
break;
}
?>
Comments