79073000

Date: 2024-10-10 06:39:53
Score: 3
Natty:
Report link

You can enable errors to display in Php using:

error_reporting(E_ALL); 
ini_set('display_errors', 1);

For reference on how to display errors and warnings: https://www.codingdynasty.com/php/print-errors-and-warnings-in-php/

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Shoaib