Mysql
 sql >> Baza danych >  >> RDS >> Mysql

Dodanie wybranych pól wyboru do bazy danych-PHP

Spróbuj zaimplementować poniższe i miejmy nadzieję, że zobaczysz, gdzie leży błąd. Wtedy każde ciało chętnie pomoże...

Sposoby radzenia sobie z tym problemem:

1.Recommended: Declare your variables. Or use isset() to check if they are declared before referencing them.
2.Set a custom error handler for E_NOTICE and redirect the messages away from the standard output (maybe to a log file). set_error_handler('myHandlerForMinorErrors', E_NOTICE | E_STRICT).
3.Disable E_NOTICE from reporting. A quick way to exclude just E_NOTICE is error_reporting( error_reporting() & ~E_NOTICE ).
4.Suppress the error with the @ operator.

Uwaga:zdecydowanie zaleca się wdrożenie tylko punktu 1.




  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Jak zrobić paginację z mybatis?

  2. Porównanie kolumn Data tabeli z wygenerowaną listą dat - MYSQL

  3. Wyskakujące okienka Map Google nie pokazują niczego w środku

  4. Ceny zmiennoprzecinkowe czy dziesiętne?

  5. Jak używać MAX w MySQL?