hi all,
I have a site where a user can enter text (newspost). I recently discovered
that when %20 is entered the text is properly inserted in the database
(INSERT) but isn't shown on the page isn't shown on the page (SELECT).
The text is shown via printf(nl2br(st ripslashes($myr ow[1]))); where myrow[1]
is the text containing the %20 . Someone knows whats goin on?
Regards
Stijn
I have a site where a user can enter text (newspost). I recently discovered
that when %20 is entered the text is properly inserted in the database
(INSERT) but isn't shown on the page isn't shown on the page (SELECT).
The text is shown via printf(nl2br(st ripslashes($myr ow[1]))); where myrow[1]
is the text containing the %20 . Someone knows whats goin on?
Regards
Stijn
Comment