How can I make a variable that has the value of the text from a separate page?
I have looked everywhere, but all it’s giving me is how to get and post from page to page.
Example:
$var = (get txt from other page);
What my goal is, is to take the current users from a dat file, and separate them into an array.
1 Answer