W test.php mam:
$wartosc
W index.php mam:
<?php
$wartosc = "cos"; $new = get_file_contents('test.php');
?>
I po wejściu na index.php wyświetla się $wartosc, a chciałbym, żeby się wyświetlało cos....
Jak to zrobić?
$wartosc
$wartosc = "cos"; $new = get_file_contents('test.php');
include('main.tpl');