Click to See Complete Forum and Search --> : Confusing thing


visualbasic
01-21-2007, 10:36 AM
I created a texer at http://theani.t35.com/tex

You enter an equation and it 'texes' it for you. In simpler terms, it like interprets latex commands and presents it in a neat math format

For example, instead of typing 5^2, it would display it in a neat format

It then gives you teh URL with http://www.forkosh.dreamhost.com/cgi-bin/mimetexpublic.cgi? in front of it

(Try it for yourself to see)

But, when i type in \frac{2}{3}

It interprests the "\" as a "\\"

Is there any way to make it interpret it as a "\"

Thanks.

No SQL databses please, not that it'll need one.

MatMel
01-21-2007, 11:02 AM
The function you are looking for is stripslashes() (http://de.php.net/manual/de/function.stripslashes.php).

visualbasic
01-21-2007, 11:24 AM
how do i use it?

Can someone please help me?

visualbasic
01-21-2007, 11:27 AM
Neveer mind. It works now. Thank you very much.