Просмотр файла php/learnphp_datatypes.php
<?php $title='Функции PHP'; include 'functions.php'; include 'style.php'; include 'head.php'; $file=file_get_contents("http://php.su/learnphp/datatypes/?".$_SERVER['QUERY_STRING']); $file=win_to_utf($file); $file=pages($file); $file=obrezka($file); echo '<div class="content">'; echo $file; echo '</div>'; echo $end; ?>