-5
When entering data into a table the following message appears:
Deprecated: mysql_connect(): The mysql Extension is deprecated and will be Removed in the Future: use mysqli or PDO Instead in C: Easyphp14.1 data localweb Projects phptest conexao.php on line 3
I’m only using a basic code to test the development environment I’m using (Easyphp).
These functions are deprecated and have been removed from php7, you need to switch to Mysqli or PDO.
– rray
Please consider searching if the solution already exists on the site.
– StillBuggin
If you put a @ before the function Warning is not given. BUT DO NOT DO THIS, as you will learn look for Mysqli or PDO
– Bia