View file profile/mypass.php
<?php // выводим верх страницы include '../verh.php'; ?> <form action="gopass.php" method="post"> Адрес сайта:<br/> <input type="text" name="url" value="http://" maxlength="50"/><br/> <input type="submit" name="submit" value="OK"><br/> </form> <? echo "</div><div class=\"info\"> »<a href=\"../index.php\">На главную</a><br/>"; // выводим низ страницы include '../niz.php'; ?>