<? require "../config.php"; { $type = $bloki['type']; include "../bloki/functions_$type.php"; } ?>
Dlaczego wyświetla mi się tylko jeden zaincludowany skrypt? (Linia 9)
Zauważyłem, że dzieje się to tylko z funkcją include. Ale dlaczego?
<? require "../config.php"; { $type = $bloki['type']; include "../bloki/functions_$type.php"; } ?>