Which one of the following methods can be used to diagnose and display information about a MySQL connection error?
A.connect_errno()
B.connect_error()
C.mysqli_connect_errno()
D.mysqli_connect_error()
Answers
Answered by
0
✔✔✔✔
⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
_______________________
↪ -
Return the last error description for the most recent function call, if any: ...
echo "Failed to connect to MySQL: " .
mysqli_connect_error(); }
Specifies the MySQL connection to use ...
C.mysqli_connect_errno()
_______________________ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
Answer - By Choudhary21
⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵⤵ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
_______________________
↪ -
Return the last error description for the most recent function call, if any: ...
echo "Failed to connect to MySQL: " .
mysqli_connect_error(); }
Specifies the MySQL connection to use ...
C.mysqli_connect_errno()
_______________________ ıllıllıllıllıllıllııllıllıllıllıllıllııllıllıllıllıllıllı
Answer - By Choudhary21
Answered by
0
Hello mate
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C ✔✔
Hope it helps you
here's your answer
¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤¤
Option C ✔✔
Hope it helps you
Similar questions