mysql module not loaded
i think i have found the prblem behind my mysql trouble. i tested this code on the server if (!extension_loaded(mysql)) {die("not loaded");}
and it said...not loaded. so i guess this means that the apache server has not loaded the mysql module that explains why mysql_connect gave a white screen, the problem is, how do i load the module?
|