Смотри вот:
<?php include('12/1.php') ?>
<?php
echo '<div class='.'article'.'><a class='.'title'.' href='.''.'.t4.'.'.php'.'><h2> ';
echo 'test4';
echo '</h2></a><p>';
echo 'test4';
echo '</p><br />Дата:';
echo '2013-01-10'.' | Автор:'. 'Dargen';
echo '<div style='.'clear:both;'.'>'.' </div></div>';
?>
<?php include('12/2.php') ?>
/\
|Вот это отправленная форма на файл
php 1.php :
<!DOCTYPE html PUPLIC "=//W3C//DTD XHTML 1.0 Transitional//EN"
"HTTP://www.w3.org/TR/xhtml1/DTD/xhtml1-transition.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>Site</title>
<link rel="stylesheet" type="text/css" href="../css/style.css" />
</head>
<body background="../img/back.png">
<div class="wrapper">
<div class="header">
<a href="../index.php"><img id="logo" src="../img/logo.png" /></a>
</div>
<div class="up-menu">
<h3><a href="../index.php" class="upm">Главная</a><a href="../admin.php" class="upm">Админка</a><a href="../news.php" class="upm">Новости</a></h3>
</div>
<div class="content">
<div class="left">
2.php:
</div>
<div style="clear:both;"> </div>
</div>
<div class="footer"> Company Name © 2013</div>
</div>
</body>
</html>
1.php и 2.php инклудяться на страницы которая автоматический создаёться, поставил на
1.php :
<meta http-equiv="content-type" content="text/html; charset=utf-8">
не получаёться <_<