Archive for the ‘php’ Category

PHP logging using Javascript/HackerConsole

Wednesday, December 2nd, 2009

Every PHP developer faces script debug issues. Simple way of var_dump variable content to HTML is of course the simplest but not convenient. It crashes site design and is not suitable for large amount of data.

I’d like to advertise nice tool to solve this issue. HackerConsole by dkLab, it is simple, fast and easy to use.

(more…)