AlmightySenator Posted July 26, 2007 Share Posted July 26, 2007 d them both seperately, can get MYSQL running through command, adding tables and whatnot, and can have PHP pages display properly, but when I try to have the PHP interact with mysql, I get blank screens. Any advice? Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted July 26, 2007 Share Posted July 26, 2007 If you have PHP version 5 or greater you must enable the MySQL extension within the php.ini. Please read this FAQ. Also I would recommend you to turn a setting called display_errors on within the php.ini too. That way if there is any errors PHP will display them to the screen rather than an unhelpful blank screen. 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.