MySQL Forums
Forum List  »  PHP

Re: Errors on connecting website to MySQL (Newbie)
Posted by: Barry Galbraith
Date: March 14, 2015 06:50PM

Changing from mysql_ to mysqli_ is not just a matter of find/replace on the file.

The mysqli_ functions often have different syntax from their old mysql equivalent.

You'll need to look them all up in the php manual and fix them all as required.
http://php.net/docs.php

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Errors on connecting website to MySQL (Newbie)
March 14, 2015 06:50PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.