0
How can I write to console in PHP?
I am just a beginner in PHP. I mean some middleware for browser, which allow to debug like in JavaScript "console.log()". What tool is most comfy and powerful to debug PHP?
1 Answer
+ 1
I don't know about console but
you can debug your php script by using "exit" and "echo"