85319/how-can-i-get-useful-error-messages-in-php
Hello @kartik,
The following enables all errors:
ini_set('display_startup_errors', 1); ini_set('display_errors', 1); error_reporting(-1);
Hope it helps!!
Thank You!!
Hello @kartik, Suppose, item_id is an integer identity column in items table ...READ MORE
Hello @kartik, I use Privoxy and cURL to scrape Tor ...READ MORE
Hello @kartik, If all your dates are posterior ...READ MORE
Hello @kartik, Multiple files can be selected and ...READ MORE
Hey @kartik, First you have to go to ...READ MORE
Named route is used to give specific ...READ MORE
Hello, This is simple you just need to ...READ MORE
Hey @kartik, Named routing is another amazing feature of ...READ MORE
Hello @kartik, __CLASS__ always returns the name of the ...READ MORE
Hello @kartik, This is fairly simple: if (!$data = ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.