judalox Posted August 9, 2017 Share Posted August 9, 2017 Hello guys, Please, I need your help resolve this error. I will appreciate your contributions and below is my code. <? mysql_connect ("localhost", "user", "password"); mysql_select_db ("database"); Many thanks. Quote Link to comment Share on other sites More sharing options...
requinix Posted August 9, 2017 Share Posted August 9, 2017 It means you don't have the mysql extension installed, which is good. That, and the fact that you're using the short open tag, suggests you're learning from some really old source. Find a more modern place to learn from that teaches you about PDO. Quote Link to comment Share on other sites More sharing options...
Jacques1 Posted August 9, 2017 Share Posted August 9, 2017 Like this one. 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.