Mysql: Line breaks shown as squares in table -
any solution this? how rid of squares in mysql?
it's \n
or \r
understand, why looking squares in mysql?
thanks ;)
you can 2 thing rid squares in mysql storage, either replace backslash double backslash e.g. \n = \n force write \n in mysql database. while entering data have add mysql_real_escape_string() function while storing data.
Comments
Post a Comment