Просмотр файла php/php_intro.php

Размер файла: 320B
<?php
$title='Функции PHP';
include 'functions.php';
include 'style.php';
include 'head.php';
$file=file_get_contents("http://php.su/php/intro/?".$_SERVER['QUERY_STRING']);

$file=win_to_utf($file);

$file=pages($file);

$file=obrezka($file);
echo '<div class="content">';
echo $file;
echo '</div>';
echo $end;
?>