It is possible to get the exact value of the $where variable used in a simple o complex server side?

It is possible to get the exact value of the $where variable used in a simple o complex server side?

terodakterodak Posts: 1Questions: 1Answers: 0

I have the value but just like this "WHERE reseller LIKE :binding_0" i need to know the value of :binding_0 it think it is very simple but i dont know how to do it, thank you in advance

This question has an accepted answers - jump to answer

Answers

  • rf1234rf1234 Posts: 2,801Questions: 85Answers: 406
    Answer ✓

    if you have the Editor debug option set to true you will see something like this in the "Preview" tab of "Network" (using Chrome):

This discussion has been closed.