connect to mysql database | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

connect to mysql database

Hi, hope anybody can help me. So the problem is- i need to save inputed email which I input in this file- https://code.sololearn.com/Wa15A13a19a4 into mysql database. So when I enter email it says-Success: A proper connection to MySQL was made. but it didnt save my email in database. So I am not sure if it's really is connecting or just showing the message. my database name-Email_Email, table Emaili, and column-email_list2. so the php file is here- https://code.sololearn.com/w3A244A60a10 can anyone can help to fix the code if it's not correct or suggest something? Mysql and phpmyadmin working without any problems

24th Jul 2021, 10:42 AM
Eric Kazhus
Eric Kazhus - avatar
2 Answers
+ 1
Maybe the correct way to deal with database is given in this article ! https://www.w3schools.com/php/func_mysqli_select_db.asp Also the following page states that mysql_select_db is removed for version at 7and above https://www.php.net/manual/en/function.mysql-select-db.php
24th Jul 2021, 11:12 AM
Abhay
Abhay - avatar
0
kk
25th Jul 2021, 3:43 AM
nurmuhammad Yuldoshev
nurmuhammad Yuldoshev - avatar