Device Preview in PHP using includes?
I'm loving the Device Preview option, but I'm a bit stuck trying to figure out if it's possible to set it up using includes.
For instance, let's say that I load everything from index.php, which has "include($_GET['page'].'.php')" - so while I'm working on the index file, I can see the homepage just fine, but let's say in case of "index.php?page=contact" - I would need to edit the contact.php file, however, when I open that file, it wouldn't load through the index, it "thinks" it's own page... which makes sense, but is there any way to set it up so that I can open contact.php in Dreamweaver and see "index.php?page=contact" in the device preview?

