06.09.2016, 07:23
Hi,
When i'am loading from database for ex text, and that text is escaped when loading that escaped things will disapear?
For ex:
Hello\Hi'
That will by escaped and write to database:
Hello\\Hi\'
When load, this will be
Hello\Hi'
Not escaped or escaped? Because when escaping text get bigger need more cells, variable must by bigger, but if i need just make bigger variable when escaping and then i can use simple with less cell
When i'am loading from database for ex text, and that text is escaped when loading that escaped things will disapear?
For ex:
Hello\Hi'
That will by escaped and write to database:
Hello\\Hi\'
When load, this will be
Hello\Hi'
Not escaped or escaped? Because when escaping text get bigger need more cells, variable must by bigger, but if i need just make bigger variable when escaping and then i can use simple with less cell