I think I am totaly lost again !!
I have a form that I want to use to create a php settings type page, I am doing it this way as people may not be happy altering php code !
This all basicly works OK.
The problem then is that I cant pass e.g. $normal=public_html........ as the "$" gives a problem.
So I thought pass the "public_html........ " in the text file and then link it to the $normal in the php code but I have a problem with the "$" here as well which means joining then adding the after "$" which is all a bit long winded.
Can anyone help ?
Anthony