quote:
Originally posted by -dt-
ugh and also you can use different types of quotes eg
what you're doing
code:
echo "<a href=\"$i\"></a>";
you could just change the html attributes quotes to '
code:
echo "<a href='$i'></a>";
(Smilie) no messy escaping stuff then =p
Yay i do something right xD
Oh and even though -dt- has a point.
Only escape stuff if you've copied a lot of html code with " in it otherwise dont use them