Old stuff/old_sites/appo/blog1.php
(Deskargatu)<?
if ($_GET['id'])
{
?>
<iframe name="fenetre" src="blog_content.php?id=<?=$_GET['id']?>" width="371" height="271" scrolling="vertical" frameborder="0" marginwidth="0" marginheight="0"> </iframe>
<?
}
else {
?>
<iframe name="fenetre" src="blog_content.php" width="371" height="271" scrolling="vertical" frameborder="0" marginwidth="0" marginheight="0"> </iframe>
<? } ?>