View file service/PR/result.php

File size: 603B
<?php
include_once ('head.php');
show_title('ТИЦ & PR сайта');
$text = $_POST["sait"];
echo'Рeзyльтaт aнaлизa caйтa:<b style="color: red"> '.$text.' </b><br/>';
echo'<img src="http://www.cy-pr.com/e/'.$text.'_5_107.138.206.gif"><br/>';
echo '<a href="index.php"> Ввести другой сайт</a><br/>';
echo'<br><img src="../../images/img/back.gif" alt="image" /> <a href="../index.php?'.SID.'">Сервисы</a><br>
<img src="../../images/img/homepage.gif" alt="image" /> <a href="../../index.php?'.SID.'">На главную</a>';
include_once ('foot.php');
?>