I\'d like to debug some PHP code, but I guess printing a log to screen or file is fine for me.
How should I print a log in PHP code?
The u
You can use error_log to send to your servers error log file (or an optional other file if you'd like)