How can I write to console in PHP? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

15th Jan 2018, 12:20 AM
Iaroslav Kalytiuk
Iaroslav Kalytiuk - avatar
1 Answer
+ 1
I don't know about console but you can debug your php script by using "exit" and "echo"
21st Jan 2018, 6:01 PM
Shakir Dodhiya
Shakir Dodhiya - avatar