Can anyone suggest how to do this?
I use livejournal.com to post journal entries, then I use PHP to include the data in my web page at www.foxcub.net. I want to make a PHP script that will take the ROT13 encoded text from the article based on the unique URL of the article, and decode it, then output the text for that article. The idea is to put a button on the article that says "decode" that one can use to view decoded output for that article. What I can't figure out is how to get the text from the article into a variable that I can use the rot_13 function on. Suggestions?