Ok, my problem is this. I've seen how to setup variables as well as utilize the fopen function. But I'm wondering if this is possible.
I want to be able to have a variable being set by the user clicking on a link within the website. So that I can write things through fopen instead of using up all my diskspace placing my standard index page up over and over just with the content changed for every page.
A friend of mine told me it would be more efficient to set it up such that when a user clicks a link, instead of taking them to another page, it changes the variable $content to the content that would have been displaying on that separate page through the fopen command. And the problem is I don't know how to have it so that each link would set $content to something else....Yes I'm a n00b and a really big one too