CodeCharge Studio
search Register Login  

Web Reporting

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> CodeCharge Studio -> PHP

 problems with php.ini

Print topic Send  topic

Author Message
jacob001

Posts: 2
Posted: 01/19/2012, 12:56 AM

Hello,

I have installed into my domain dh-phpini.php in order to configure php.ini.
After install it, I've changed two option in this file, that is included in cgi-bin folder, but I still cannot use my php files, because no changes happened.

I need to activate register_global = On and extension = php_dbase.dll

Please solve out my problem.

Thanks in advance,
Jacob
http://www.esparkinfo.com/
View profile  Send private message
cleyan


Posts: 136
Posted: 01/27/2012, 8:45 AM

It depend of the configuration of your server

try with a file named php.ini with:

  
register_globals = On  
extension = php_dbase.dll  

(.dll is on windows on linux is .so)
the php.ini must be in the same directory of your php script

on other server configurations (php as a module) you must use the file .htaccess with the code

  
php_flag register_globals on  
php_value extension php_dbase.dll  


Best Regards


Carlos


PD: register_globals = On is a bad idea due to security problems, is obsolete in new php versions
_________________
**************************************************
Carlos Leyan B.
Temuco, Chile
www.leytec.net
View profile  Send private message
jacob001

Posts: 2
Posted: 01/27/2012, 9:09 PM

Hi cleyan,

Thanks you so much for the helping me.

Regards,
Jacob
View profile  Send private message
cleyan


Posts: 136
Posted: 01/29/2012, 6:59 PM

your welcome,

Regards


Carlos
_________________
**************************************************
Carlos Leyan B.
Temuco, Chile
www.leytec.net
View profile  Send private message

Add new topic Subscribe to topic   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.