<? function ola() { $x = 9; } ?>
I problm jest taki, ze zmienna sie nie wyświetla

<? function ola() { $x = 9; } ?>
I tez nie działa

<? function ola() { $x = 9; } ?>
<? function ola() { $x = 9; } ?>
<?php function ola() { // deklarujesz funkcje $x = 9; } // koniec funkcji ola(); // WYWOŁUJESZ funkcje ?>