html - How to break line in PHP request to Pivotal Tracker API -


pivotal tracker doesn't accept \r\n character in it's request, ,
displayed in story description.

how add new line in php string submitted in api?

you try \n inside double coats ex: "\n"


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -