I have a PHP-script that outputs: ((5^2x^2)^2+3)/(sqrt(sqrt(81)))
I want it to be formatted properly like you would write it.
Where can I find a ASCII to MathML converter like this: http://www.equationsheet.com/asciitomathml.php That is OpenSource in PHP or JavaScript so that I can use it on my webpage to format the mathematical fraction? (Because this is done in PHP closed source, but I need something that I can implement on my own server.)
My scripts outputs the math as that, and I need it to be displayed properly
I really appriciate that you spend your time helping me! :)