This is driving me mad, but I know it's totally simple.........
I've taken a break from PHP programming (programming of any kind actually) for a year or so, and now want to get back into it.
I made a simple little guestbook script some time back, that takes a load of info using an HTML form. I then submit this form, to be processed by a PHP script, using the method="GET" attribute in the <form> tag, in the orginal HTML form.
Then, when I am taken onto the PHP page, which should write all the variables to certain files etc etc, it doesn't! I know the data is getting as far as the PHP page, as you can clearly see the data in the address bar, but the PHP script doesn't seem to know that it's there, as it simply won't except them as variables, not to echo, or anything.
This is running local wiv my Apache web server, but the original guestbook script, that is online, works fine, and the code I have here is identical!
Can anyone help me, please?! I'm sure it's something p!ss simple that I've forgotten in my absence from the world of coding :rolleyes:
Many thanks in advance,
Ed Ludlow