💻 Project/Trouble Shooting

PHP, "Undefined array key"

빵모루 2023. 4. 3. 21:09

 

error_reporting(0); 을 맨 위에 <?php 옆에 적어준다.

 

 

<?php error_reporting(0);

 

참고

https://www.simplilearn.com/tutorials/php-tutorial/undefined-index-in-php#how_to_ignore_php_notice_undefined_index

 

What is an Undefined Index PHP Error? How to Fix It? | Simplilearn

What is an undefined index PHP error? Read on to know how PHP uses $GET and $POST methods for such data collection. Read and learn how to fix it.

www.simplilearn.com

 

LIST