Hi I have small problem with changing colour of font from array, printing things works fine.
<?php print $Pobierz_wsyzstkie [1]; ?>
<?php echo $Pobierz_wsyzstkie [3]; ?>
This works fine, write what they should. But if i try to colour the array output with code like this:
<?php echo "<span style='color:blue;'>$Pobierz_wsyzstkie
[3]</span>"; ?>
I get coloured text but is not text from array, this shows "Array [3]".