шаблон простейшей страницы с помощью PHP

      Вывод простейшей страницы с помощью PHP

<?
// Файл: index.php
// Назначение: домашняя страница PHPRecipes
// Дата: 23 августа 2000 г.

// Вывести заголовок
include ("header.tpl");
// Вывести основную часть
include ("index_body.tpl");
// Вывести колонтитул
include ("footer.tpl");
?>

      А это пример полной страницы

<html>
<head>
<title> PHPRecipes </title>
</head>
<body bgcolor="#7b8079" text="#ffffff" link="#e7d387" alink="#e7d387" vlink="#e7f0e4">

<table width = "95%" cellpadding="0" cellspacing="0" border="1">
<tr>
<td valign = "top">
PHP Recipes
</td>
<td valign = "top" align="right">
August 23, 03:17 pm
</td>
</tr>
</table><table width="95%" cellspacing="0" cellpadd1ng="0" border="1">
<tr>
<td valign="top" width="25%">
<a href = "htfp://localriost/phprecipes/tutorials.php">tutorials
</a> <br>
<a href = "https://localhost/phprecipes/articles.php">articles
</a> <br>
<a href = "https://localhost/phprecipes/scripts.php">scripts</a>
<br>
<a href = "https://localhost/phprecipes/contact.php">contact</a>
<br>
</td>
<td valign="top" width="75%">
<?
include ("1.txt");       
?>
</td>
</tr>
</table>
<table width="95%" cellspacing="0" cellpadding="0" border="1">
<tr><td valign="top" align="middle">

Copyright &copy; 2000- 2015 My Site <br>

<a href = "mailto:wj@hotmail .com">contact</a> | 
<a href = "https://localhost/phprecipes/privacy.php">your privacy</a>

</td></tr>
</table>
</body>
</html>

Всегда открыт для общения и предложений, Tomson!
Для регистрации на сайте Seosprint необходимо перейти на страницу seosprinter.net
наша группа на VK

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *