Thanks Derick,

You were right. globals is still off in phpinfo(). How does one make it
reread the ini file, or where is "correct location" to copy my existing
php.ini file?

RC



"Derick Rethans" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hai,
>
> did you check the setting of register_globals really changed? See the
> phpinfo(); output if it's really set to on. If not, place your php.ini
> file in the correct location.
>
> Derick
>
> Hopp3r wrote:
> > Hello all.
> >
> >   I have a site that was backed up, before the box was reformatted and
> > rebuilt. Apache and PHP were upgraded.  I have since resored all of the
> > files and DB's that make up my site. Now, in doing some testing, the
html
> > forms are not passing variables to the next page. Specifically, these
> > variables are the databse name, and the infor to be insereted into that
> > database. My site uses frames, and it trying to pass the information
from a
> > form on one static page (menu) to the main window to display results.
This
> > used to work before I got the bright idea to upgrade.
> >
> >  I have tried setting "register_globals=on" to see if that might help,
but
> > it had no effect. Has anyone else had, or is currently having issues
like
> > these? If you think you have any answer, please let me know. I will just
> > about try anything to make this work again.
> >
> > Thanks,
> > RC
> >
> >
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to