
Hier gleich noch eine Frage an die Profis:
Wie muss folgender PHP-Ausschnitt aussehen, damit dieser Teil "./profile.php?mode=viewprofile&u=8" in Anführungszeichen steht?
Code: Alles auswählen
$usermax = "<a href=". append_sid($phpbb_root_path . 'profile.php?mode=viewprofile&u=' . $usermaxid['user_id']) .">". $usermaxid['username'] ."</a>";
$usermin = "<a href=". append_sid($phpbb_root_path . 'profile.php?mode=viewprofile&u=' . $userminid['user_id']) .">". $userminid['username'] ."</a>";