jatinkansagara Posted November 12, 2009 Share Posted November 12, 2009 i was configure apache to run php add loadmodule in httpd.conf but not use mysql in php coding you suggest me how work mysql with php and apache Quote Link to comment https://forums.phpfreaks.com/topic/181206-apche-configuration/ Share on other sites More sharing options...
nicenerd Posted November 13, 2009 Share Posted November 13, 2009 Hey, Sounds more like a php configuration issue, not an apache one. To start I'd suggest creating a new php file and doing php info in it: <?php phpinfo(); ?> and run the script then check on that page if mysql is listed. If it isn't then you need to install (and/or simply enable) the mysql module in your php installation's php.ini file Quote Link to comment https://forums.phpfreaks.com/topic/181206-apche-configuration/#findComment-956943 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.