Obfuscate text source


/ Published in: PHP
Save to your folder(s)

This function does not scramble the output text. But it obfuscates the text in the source code. A very useful function to "hide" emails and other things that you dont want robots to find..

Usage:
echo scramble("scramble me");

Result:
- Front: scramble me
- Source: scramble me

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.