Anyone know anyway to format text in PHP eg \n?

  • Thread starter Thread starter Hathan
  • Start date Start date
H

Hathan

Guest
I am aware that i can go back into html but its not possible for what i want to do. I am looking for anything but to make text bold would be perfect.

Thanks for all the help
This is code that will be sent in an email
I would like Current Grade in bold but html will not work because if i put it in the "" then it just prints it out and if i put it just before it, it just doesn't work
. "Current Grades\n"

. "subject1: $subject1\n"
. "level1: $level1\n"
. "grade1: $grade1\n"
. "obtained1: $obtained1\n\n"
 
Back
Top