MySQL Forums
Forum List  »  PHP

Re: Fatal error: Uncaught Error: Call to undefined function mysql_connect() in C:\xampp\htdocs\insert.php:17
Posted by: Peter Brawley
Date: February 13, 2016 09:22AM

the mysql API has long been deprecated and will soon be removed from PHP, so do not use it for anything. Use mysqli or PDO.

Options: ReplyQuote




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.