When I'm working on a script that doesn't do whatt i want it to, I echo my variables as I go along so I can tell where or what the problem is.
Is there a quicker way to do this?
Can I get php to spew out all the variables I've set in the script?
Julia