Avariel Posted June 30, 2015 Share Posted June 30, 2015 How can you connect to external database using Mysqli or PDO with current application setup? I've tried a lot of things and with both I get errors respectively "mysqli_connect(): Headers and client library minor version mismatch. Headers:50541 Library:50624" for mysqli and namespace errors for PDO. I couldn't find anything which would help me in the code itself.Your documentation is kind of lacking in case of writing applications. Link to comment Share on other sites More sharing options...
Avariel Posted June 30, 2015 Author Share Posted June 30, 2015 My bad. Never used namespaces in PHP and I didn't know that I have to do "use PDO" to do PDO :P. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.