I have followed lots of tutorials having the links below and tried almost all.
The problem in my situation is when I upload my files to a server it shows lots of header already send
errors on server but there is such error on localhost
.
I am using godaddy
's server and on localhost using Wamp
server
I have tried this code also
error_reporting(E_ALL);
ini_set('display_errors', 1);
It's also failing (NO errors NO warnings).
What I want to show all errors and warnings so that when I upload my files on server all error vanish.
I'm struggling with over hundred errors. Please help.
As I mentioned I tried the duplicate answer link also but its not working. So if you can't help let others to help me