http://pastebin.com/Gg3jHGPd
So this is my code. and I keep getting undefined errors. I'm very new to PHP and I have no clue what I'm suppose to do.
What I AM trying to do though, is to make a sign up page while the browser is performing a normal GET request it should show the form.
Then if the user is submitting a POST of the data, the code should read from the parameters and store it in a file.
Then the page should no longer have a form but instead show the a message.
Sorry I'm not so clear on this. But please help!