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.dllAnother 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 = onThe following solution is for any variable that you want to use without $_POST OR $_GET.(php.ini)
==============================
register_globals=OnThe following solution is for solving the error of DB connection.(php.ini)
==============================
error_reporting = E_ERROR & ~E_NOTICE & ~E_STRICTThis one is used to allow other machine to browse our local file. (httpd.conf)
==============================
Allow from all