Here is my problem: I have a page called install.
php that is just a user entry form. Each textfield is associated with a string on another page, variables.
php. I want people to be able to type in a value in the text field and have that value fwrited to the value of the string on the other page. Is this possible?