Below is the code i'm using for one of my page, but i want to set default file if $_GET['file'] doesn't exist.\[code\]$catalogfile = $_GET['file'];$catalogfileend = "Product_Catalog.xml";$xmlfile = $catalogfile . $catalogfileend;$startPage = $_GET['page'];\[/code\]