What is the difference between these:
Code: Select all
echo ("A normal br tag ends this line.<br>");Code: Select all
echo ("The weird br space slash ends this line.<br />");Moderator: General Moderators
Code: Select all
echo ("A normal br tag ends this line.<br>");Code: Select all
echo ("The weird br space slash ends this line.<br />");