define('TEXT_DISPLAY', 'Wyświetlanie od <b>%d</b> do <b>%d</b> (z <b>%s</b> pozycji)');
który wyświetla numer strony w miejscu %d.
Proszę napisać różnicę między %d i %s jeśli jest ?
Jak zrobić, aby dla:
$email = 'mail-at-mail.pl';
define('EMAIL','Twój email to %d');
print EMAIL; // -> Wyświetlało Twój email to mail-at-mail.pl
