php - Facebook Messenger bot text formatting -


i have following message fb messenger bot replies users:

$message_to_reply = "to travel info, reply in format\norigin*destination*travedate\nexample: city 1*city 2*$selected_date"; 

i trying add line breaks using \n looks not working. have tried chr(10), '\n', '<br>'and <center></center> , none of them working me. faced same issue , work around?


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -