codice:
<?php 
if( isSet( $_GET['url'], $_GET['PATHCSS'] ) ) {
	echo "<iframe height=\"450\" width=\"100%\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" name=\"iframe\" scrolling=\"auto\" src=\"{$_GET['url']}?PATHCSS={$_GET['PATHCSS']}\" > ";
}
else {
	echo "





<p align=\"center\" >No url selected for redirection.</p>";
}
?>