Strange code error

Hi Guys
Im using this to include a page but it includes all of them on news
everything appart from news on products, everything appart from news and products on status etc
have i made a simple mistake?

Ta

<?php switch($_GET['page']){ case "news": include("news.php"); case "products": include("prod.php"); case "status": include("stat.php"); case "contact": include("contact.php"); } ?>

Sorry after reading my post i realised i missed the break;

Cheers

Sponsor our Newsletter | Privacy Policy | Terms of Service