MySQL Forums
Forum List  »  PHP

do I really need to change "mysql" to "mysqli in an old active web page?
Posted by: Rafael Rodriguez
Date: February 24, 2015 11:16PM

I did a php web page some years ago with this: mysql_connect,
the web page is running ok but.... after some years I am working again with php-mysql and I noticed the new mysqli_connect.

My questions:
do I really have to change my code ? (web page is working fine with mysql_connect)

I get a warning on my local server (wampserver 2.5), but not on the remote server.... perhaps some day I will get a horrible warning in my web page?

thanks a lot!

Options: ReplyQuote


Subject
Written By
Posted
do I really need to change "mysql" to "mysqli in an old active web page?
February 24, 2015 11:16PM


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.