Nice example

It would be nice to take the ampersant and the var name out of the textbox and write that to the textfile instead:


$newvar = '&oldvar=' . $textbox . '&';

Just a simple line so you can't mess up the textfile.
(With the dot you add those three things to the one var)