zhahaman2001 Posted July 24, 2007 Share Posted July 24, 2007 ok i just installed apache 2.2 php 5 mysql 5 and when i write a php file and have any mysql commands the script like jumps right over them and ignores them this is really wierd because i have phpmyadmin installed and that is working fine with both php and mysql becuase i am reading and writeing data with it theres got to be a setting wrong somewhere in my server or something... anyone have any ideas? (if it matters this is how i set my server up) http://autoindex.sourceforge.net/forum/apache.php?id=0 Quote Link to comment Share on other sites More sharing options...
GingerRobot Posted July 24, 2007 Share Posted July 24, 2007 Well, if you're accessing your mysql database through phpMyAdmin ok, then i would say that php and mysql are installed ok. So, i would guess that display_errors is set to off in your php.ini settings(try changing it to on) and that there is a problem with all your mysql commands. Could it be that you've forgotten to connect? Quote Link to comment Share on other sites More sharing options...
zhahaman2001 Posted July 26, 2007 Author Share Posted July 26, 2007 display_errors was off and I turned it on but it still will not display errors... Quote Link to comment 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.