I'm trying to code my members page in PHP, so that the links that I have on the page are not in the source if someone was to View Source. I have tried making each individual link a variable, as well as using arrays. I couldn't get the variable option to work, and using arrays doesn't exclude the links from the source code. If anyone knows of a way to make my links unviewable when viewing the source, please let me know. Thanks