greater-than-less-than-symbols-not-allowed-in-data

Questionsgreater-than-less-than-symbols-not-allowed-in-data
Adrian Bradshaw asked 4 hours ago

I have a grid I previously had on an old version of gridphp – the data I need to enter includes the greater-than and less-than symbols – which doesn\’t seem to be possible in the new version. I\’m guessing this is stripping HTML? Is it possible to turn that off and allow these characters < > Thanks

2 Answers
Abu answered 4 hours ago

You can try disabling input sanitization by following option in set_options function.

$opt["sanitize"] = false;
Adrian Bradshaw answered 4 hours ago

Yes… that does the trick!
Thanks very much for your help.

Your Answer

3 + 9 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?