
Login with email address? (General)
Hello
I think, we cannot avoid searching for every single occurence and check the necessity of surpressing an error message instead of handling the hypothetical error.
It is not a problem to look for@mysqli
. But, if the statement is e.g.:$result = @mysqli_query($connid, "SELECT ....)how should the modification looks like?
I don't know it (without testing). I know, that if myslq_query
(old lib) failed, it caused PHP errors in very special cases. That was the reason, Alex muted these errors with @
. My problem nowadays is, that I don't know, in which cases the @
was necessary. Thatswhy I don't know, how to test possible differences in the behaviour of the mysqli-lib.
Tschö, Auge
--
Trenne niemals Müll, denn er hat nur eine Silbe!
Complete thread:
- Login with email address? -
Stephan Sander,
2021-03-01, 07:35
- Login with email address? -
Micha,
2021-03-01, 08:22
- Login with email address? -
Stephan Sander,
2021-03-01, 09:21
- Login with email address? - Micha, 2021-03-01, 09:44
- Login with email address? -
Micha,
2021-03-01, 10:13
- Login with email address? -
Auge,
2021-03-01, 11:39
- Login with email address? -
Micha,
2021-03-01, 17:22
- Login with email address? -
Auge,
2021-03-01, 21:59
- Login with email address? -
Micha,
2021-03-05, 16:36
- Login with email address? - Auge, 2021-03-05, 16:57
- Login with email address? -
Micha,
2021-03-05, 16:36
- PHP 8 und @ -
Taurec,
2021-03-11, 09:06
- PHP 8 und @ -
Auge,
2021-03-11, 14:19
- PHP 8 Kommentarzeichen -
Micha,
2021-03-11, 16:52
- PHP 8 Kommentarzeichen -
Auge,
2021-03-11, 21:22
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 07:26
- PHP 8 Kommentarzeichen -
Auge,
2021-03-12, 12:01
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 12:14
- PHP 8 Kommentarzeichen -
Auge,
2021-03-12, 13:17
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 13:47
- MySQL-Libs in PHP -
Auge,
2021-03-12, 14:30
- MySQL-Libs in PHP - Micha, 2021-03-12, 14:49
- MySQL-Libs in PHP -
Auge,
2021-03-12, 14:30
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 13:47
- PHP 8 Kommentarzeichen -
Auge,
2021-03-12, 13:17
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 12:14
- PHP 8 Kommentarzeichen -
Auge,
2021-03-12, 12:01
- PHP 8 Kommentarzeichen -
Micha,
2021-03-12, 07:26
- PHP 8 Kommentarzeichen -
Auge,
2021-03-11, 21:22
- PHP 8 Kommentarzeichen -
Micha,
2021-03-11, 16:52
- PHP 8 und @ -
Auge,
2021-03-11, 14:19
- Login with email address? -
Auge,
2021-03-01, 21:59
- Login with email address? -
Micha,
2021-03-01, 17:22
- Login with email address? -
Auge,
2021-03-01, 11:39
- Login with email address? -
Stephan Sander,
2021-03-01, 09:21
- Login with email address? -
Micha,
2021-03-01, 08:22