I'm trying to design a few things for my website, and I want it to open a file based on user input without doing a bunch of if/thens and such. But it doesn't seem to like me putting variables in there. i.e. fopen("$variable.txt","w")...and so on. Is there any way around this so I can still open my desired files, but not have to do messy if/thens or something?