I've just started to learning some coding. I've learn't some HTML, CSS, and JS so far. I'm currently working on a small PHP file, and I'm wondering where I go to debug PHP errors.
I'm uploading the small site (which is html5, css3, bootstrap and jQuery) to a HostGator server, so I have little to no control of that.
With JS I've been using the Firefox Console, and CSS I find the Inspector to be very good. Is there something similar for PHP?
My understanding is that PHP is all done on the server, but can I view errors in my PHP in my Browser? Or, do hosts (like HostGator) provide a console type interface, that I haven't been able to find?