Hello there. I test a script that need to use ‘php_flag register_globals on’ in .htacces. The problem is, when i put ‘php_flag register_globals on’ in my .htaccess, my site will appear 500 error page. Why? When i remove the php_flag register_globals on, site be ok, but the new user can’t register to my site. Does bplaced not support function ‘php_flag register_globals on’? Sorry my bad english. Thanks.
you can create a ini-file called “.php.ini” with this content:
Which settings can be changed this way?
at2.php.net/manual/en/ini.list.php
everything, except PHP_INI_SYSTEM.
Thank you so much for responding. I will try it,
[quote=“michi7x7”]you can create a ini-file called “.php.ini” with this content:
I do what u say, but it does’nt work. When fill all the registration form, and click ‘register’, it will appear a empty registration form again.