eric lewis wrote:
Hi there
But I can’t transfer a simple variable from a form to
another php file. However it does work if I use $_POST['inputdata']. I
would much rather be able to use simple variables,
No you dont want to do this, it poses a major security risk which is why
it is now turne
Hi Eric,
This is normal. It was a much-discussed change and came into effect with 4.2. The default for "register_globals" went from on to off. Set it to on in the ini file if you're not too worried about security.
Ian
BTW your return address is wrong ([EMAIL PROTECTED]) - missing the 's'
Hi
there
I
have just installed PHP5 and Apache2 on a Windows 2K computer. Everything seems
to work OK, I see the default Apache screen, and I can run phpinfo() and get
the page full of data. I can even connect to my mySQL database. But I can’t
transfer a simple variable from a form to a