For some reason, it's not working. Whenever I use that variable, the entire plugin just stops working.
I know for sure that it's this variable causing the problem because when I change it to something else or remove it, it works fine.
I thought maybe I need to escape the single-quotes so I inserted backslashes before each one ($prepared[\'userid\']). The plugin worked when I did this, but the variable didn't parse. I simply gave "$prepared[\'userid\']" as the output.
I don't know what the problem is.
|