So i have a Simple Question , i am trying to get the Text from an Html Form , then add a '\n' on each Request , for Line Break , i have tried this :
'".$customtext."'.'\n'
Or this :
'".$customtext.'\n'"'
with no luck , is there a way to do it ?
Thanks you .