I was wondering how to save PHP variables to a txt file and then retrieve them again.
Example:
There is an input box, after submitted the stuff that was writ
for_example, you have anyFile.php, and there is written $any_variable='hi Frank';
$any_variable='hi Frank';
to change that variable to hi Jack, use like the following code:
hi Jack