18.11.2018, 18:17
Hello, I am trying to add a large message to my mysql database.
My code looks like this:
format(string, sizeof(string), "Hello,\n you have more %d days to pay[...]", x,y,z);
So my question is how to add "\" d symbols to database?I mean when I run the code in database appears just with paragraph, like that:
Hello,
you have more[...]
And I want that:
Hello,\n you have more[...]
Any solution?Thanks.
I am using MySQL R33
My code looks like this:
format(string, sizeof(string), "Hello,\n you have more %d days to pay[...]", x,y,z);
So my question is how to add "\" d symbols to database?I mean when I run the code in database appears just with paragraph, like that:
Hello,
you have more[...]
And I want that:
Hello,\n you have more[...]
Any solution?Thanks.
I am using MySQL R33