Re: [PHP-INSTALL] variables not working

2005-07-23 Thread Brad Kowalczyk
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

Re: [PHP-INSTALL] variables not working

2005-07-23 Thread Ian Bambury
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'