Hello fellow PT members,
As you can see, i'm a newbie here and also very new to php as a programming language.
I'm aiming to write to a php file via a form (which is included on multiple websites using include).
I have managed to write the form (update.php) and the process (just an echo as yet - I can't seem to put anything together using fopen & write, which subsequently is why I am here requesting help) (process.php).
I wish to overwrite the php file every time i use the form (update.php).
I think that what i'm trying to do is very basic, and shouldn't take a matter of minutes to correct for you wonderful gurus (correct me if i'm wrong) and am looking for help on how i can write to a file from form data rather than echoing it.
Update.PHP
Process.PHP
I stand very appreciative of any help that can be given,
Ben