Stripslashes formatter?

Hello,

I’m working on oauth worklow that returns a URL for an avatar with backslahes - I’m not sure if they are added by wappler or by the provider, it looks like: https:\/\/lh3.googleusercontent.com\/a-\/AOh14Gjms154fm1hJhTcVFlkVkC7IVI1R-.
I want to store this value in a database and I was looking for a formatted (PHP model) that could do this, but didn’t find any. When I tried to make my own with a simple stripslahes(val) , it doesn’t seem to work - Im assuming, unless I’m doing something wrong, that it’s to protect the code from malicious operations.

Would anyone have a suggestion?

Community Page
Last updated: