PHP interprets /n new line in array, but not when I pass the same string in a $_POST variable to the array
So, I am trying to understand what is the difference with my string now that it has arrived through a FORM POST instead of a string which i declare in the variable inside my code, when I echo
the POST variable it is the correct string. When it reaches Telegram, the new line is no longer interpreted as a new line.