this is a simple question, but it has such a major importance on how my script will turn out.
I am trying to make a hub, in which website names are stored in text files (1 - unlimited numbers).
I am trying to see if there is a way that PHP can read the variables stored in a text file. For example.
in a text file I have the varable
$site = "http://google.com";
and in my php script it would open up the text file and then read the variable $x from there it would echo
Site is http://google.com
is all of this just wishful thinking, or is there such a way to make this really exist.