php write "$variable" into a text file?

False

New member
I'm trying to make a php script that writes a text file... BUT I cannot figure out how get it to make a text file with the contents of this:
$email="";

How do I add the TEXT "$email" as only text but not as a variable into a text file?
 
Back
Top