Encrypt the names in PHP. For example, then do something like:
echo md5("bob");
echo md5("larry");
// Etc. for each page name
Then, you link to the hashed page. Then, in PHP, you check to see what the hash is equal to, and display the corresponding page.