Hi, I'm currently learning php so i can host more dynamic webpages.
But I am facing a problem. My web browsers don't seem to be displaying php errors (y'know, in case I make an error in my php script, it will display in the web browser). Everytime I try, I get blank pages.
I googled it and I came up with a code that had to be implemented in php.ini. Its called E_STRICT. But when I checked it was all ready there.
Can someone explain to me how to get my web browsers to display errors?
I'm using the latest web browsers btw.
But I am facing a problem. My web browsers don't seem to be displaying php errors (y'know, in case I make an error in my php script, it will display in the web browser). Everytime I try, I get blank pages.
I googled it and I came up with a code that had to be implemented in php.ini. Its called E_STRICT. But when I checked it was all ready there.
Can someone explain to me how to get my web browsers to display errors?
I'm using the latest web browsers btw.