Hoi,

&nbsp; word [spatie] in HTML, maar wie weet welke code er bij een < of > hoort?

Klein dinngetje, kan et nie vinden maar heb et wel nodig..

Bedankt,
Johan.
'&' (ampersand) becomes '&amp;'
'"' (double quote) becomes '&quot;' when ENT_NOQUOTES is not set.
''' (single quote) becomes '&#039;' only when ENT_QUOTES is set.
'<' (less than) becomes '&lt;'
'>' (greater than) becomes '&gt;'

als je met htmlspecialchars werkt he ;)

Reageren