2x sprintf in einem string?
Verfasst: 15.09.2002 15:25
Hi,
ist es irgendwie möglich sprintf 2x in einen string einzubauen?
Ich habe es mal so probiert:
Aber da bekomm ich nur einen parse error 
Hat jemand nen tip wie es klappen könnte?
Gruß McColin
ist es irgendwie möglich sprintf 2x in einen string einzubauen?
Ich habe es mal so probiert:
Code: Alles auswählen
$message = $gallerylist_username . ' ' . $lang['Gallerylist_exists'] . '<br /><br />' . sprintf($lang['Click_return_gallerylist'], '<a href="' . append_sid("gallerylist.$phpEx") . '">', '</a>' . '<br /><br />' . sprintf($lang['Click_return_gallerylist_topic'], '<a href="' . append_sid("viewtopic.$phpEx?t=$gallerylist_topic") . '">', '</a>');

Hat jemand nen tip wie es klappen könnte?
Gruß McColin