I want to print MySQL table and it contains a few values in
X^n
format. I want to print them in pdf report as
X<sup>n</sup>
How to do that?
I want it in PDF report, not in an HTML page. I have no problem with showing with tag in an HTML page.