There is a problem when we use imagettftext() in php and we can solve it by take off the comment before this following phrase. (php.ini)
==============================extension=php_gd2.dll
Another common problem is happened when we use the short tag ?> and we should change the value of this following phrase from "off" to "on".(php.ini)
==============================short_open_tag = on
The following solution is for any variable that you want to use without $_POST OR $_GET.(php.ini)
==============================register_globals=On
The following solution is for solving the error of DB connection.(php.ini)
==============================error_reporting = E_ERROR & ~E_NOTICE & ~E_STRICT
This one is used to allow other machine to browse our local file. (httpd.conf)
==============================Allow from all
October 23, 2008
PHP configuration
Posted by samneang
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment