Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+3 votes
422 views
in Q2A Core by
edited by

Using code I cant use single quotation marks because it prints 2 backslashes before. So all the code is useless.

Example:

    eval (\'$\'.$a.\'=\'.$b);

Results in:

    eval (\\\'$\\\'.$a.\\\'=\\\'.$b);

 

I am using the markdown plugin, maybe thats the problem ?

How can I fix it ?

Q2A version: 1.6.1
by
Actually this is happening with single and double quotation marks. My site is a complete mess because of this.

Anyone knows how to fix it ?

Please log in or register to answer this question.

...