Re: [PHP-DB] Input Mathematical symbol in HTML textbox

2015-05-07 Thread Karl DeSaulniers
#94; is the caret in ascii Best, Karl Sent from losPhone On May 7, 2015, at 9:18 AM, Guru nagendra802...@gmail.com wrote: Hi All, I need help with a tool I am developing for my client. What I want is, how can I type X^2 square or M Cube (M^3) in html text box. Is there any method I can

[PHP-DB] Input Mathematical symbol in HTML textbox

2015-05-07 Thread Guru
Hi All, I need help with a tool I am developing for my client. What I want is, how can I type X^2 square or M Cube (M^3) in html text box. Is there any method I can follow. Also it should store in mysql database in same format. If I echo out the same variable it should print the same format.