&message

anyone know how i can send a variable from a txt file to php??
example…

i have a text file that says:

notmessage=
&message= blah blah blah

I want php to open the text file and then make:

$old = “&message”;

can i do that???
thanks
Mat