Hi, Is there any way of bolding text contained in a My Sql database? For example \n inserts and new line. Is there a similar function that can be used?
Thanks
No. Bolding is browser side and would need to be implemented in the HTML. Or you could store the information with the bold tags in place, in the database. Then when you call the fields out, they will already be bolded.