Salve.
Leggendo dei dati dal database con il modulo PEAR, mi genera i seguenti Strict:
codice:
Strict Standards: Non-static method DB::connect() should not be called statically in C:\Xampp_7\xampp\htdocs\recupero_dati_db\recupero_db.php on line 7
Strict Standards: Non-static method DB::parseDSN() should not be called statically in C:\Xampp_7\xampp\php\PEAR\DB.php on line 520
Strict Standards: Non-static method DB::isError() should not be called statically in C:\Xampp_7\xampp\php\PEAR\DB.php on line 557
Strict Standards: Non-static method DB::isError() should not be called statically in C:\Xampp_7\xampp\htdocs\recupero_dati_db\recupero_db.php on line 9
Strict Standards: Non-static method DB::isManip() should not be called statically, assuming $this from incompatible context in C:\Xampp_7\xampp\php\PEAR\DB\common.php on line 2195
Strict Standards: Non-static method DB::isError() should not be called statically, assuming $this from incompatible context in C:\Xampp_7\xampp\php\PEAR\DB\common.php on line 1217
Mi restituisce i risultati che voglio ottenere ma vorrei nascondere questi avvisi.
Come posso reuperarli e nasconderli?
Grazie.