DaveC426913
Programmer
How can I reliably debug PHP by displaying the contents of variables?
The pages I'm debugging are doing various things that might or might not generate an HTML page, redirect to another page or run a shell script. The very act of echo'ing a variable may mess with the operation of the script (especially if it hasn't printed the header yet).
While I'm at it, same question about shell scripting.
The pages I'm debugging are doing various things that might or might not generate an HTML page, redirect to another page or run a shell script. The very act of echo'ing a variable may mess with the operation of the script (especially if it hasn't printed the header yet).
While I'm at it, same question about shell scripting.