I have some variables in PHP (strings) and I vould like to check if inside of those strings I have some javascript code. If so, I would like to make this code inactive and be displayed as string on the website, not to be executed as javascript code.
This will be a kind of security method.
Is there a method to do it in php? If you could give me an example, it's even better.
Thank you very much for your help.