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

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -