I have a question about writing to files,
is it possible to store php code as a
variable, then write that code to another
file without parsing it?
What im trying to do, is declare:
$whatever = "<? include("somefile.x");?>";
but when I write $whatever, to a file, it
gets parsed, what do I do to make this NOT
happen.