Style relyant site

i new to the php biz, and i have been trying to build a site that revolves around the a
$_GET[style] basis, in other words my tags go like

<?echo “<img src=”".echo $_GET[style]"_myImg.jpg"?>
and
<a href="?style=<?echo $_GET[style]?>&page=home" target="_self">home</a></td>

but when i include a page, the included page cant access the $style…
and someone please tell me and easy way to have and included page get the var values of the URL or at least its parent page???