Pls help me how to insert new line character in php i have used \n but it isnt working can anybody help me
That is the new line characters. You probably should post your code so we can look for errors. You need to use double quotes (") for them to work. Single quotes won't work.