register_globals=on

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
trixis
Forum Newbie
Posts: 1
Joined: Sun Jun 16, 2002 2:15 am
Location: Germany
Contact:

register_globals=on

Post by trixis »

Hello!

I am rather new in PHP and i want to set register_globals=on. so i changed in in the php.ini (in the c:\winnt folder) but phpinfo() still shows that they are off (and dont work, of course).
how come? what am i doing wrong?
using latest version of PHP

please help!

cu trix
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

Did you restart the web server?
Post Reply