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? Link to comment https://forums.phpfreaks.com/topic/61847-cannot-get-mysql-and-php-to-act-together/ 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. Link to comment https://forums.phpfreaks.com/topic/61847-cannot-get-mysql-and-php-to-act-together/#findComment-308188 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.