Error in configuration (localhost)
#3

You're actually mixing mysql and mysqli. The "mysql" extension has since long been deprecated and was finally removed in PHP7. Use mysqli or PDO. In general I think you can do a search-and-replace: mysql_ to mysqli_.
Reply


Messages In This Thread
Error in configuration (localhost) - by Lester23 - 11.04.2017, 18:37
Re: Error in configuration (localhost) - by Sew_Sumi - 11.04.2017, 18:44
Re: Error in configuration (localhost) - by Vince - 11.04.2017, 19:24

Forum Jump:


Users browsing this thread: 1 Guest(s)