How do I display php errors?
Answer / Raneeta Rani
By default, PHP will display errors on the webpage. However, you can also configure how and where errors are displayed by using error_reporting() and ini_set('display_errors', 'On') functions.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the function file_get_contents() useful for?
Why do we use sessions in php?
How do I update php?
Why do we use php?
Which is the Best plateform for PHP?
how can attached a file to a mail and attached a resume to a mail and received in id
Tell me what type of operation is needed when passing values through a form or an url?
Is php used in 2019?
Explain about looping in PHP?
explain php variable length argument function.
Where can I learn php?
What does the scope of variables mean?