first_page

Lost Sleep for a Bad Firefox Extension

Hours were wasted over the last two days (and especially last night [8/9] and into the early morning) trying to debug PHP with Firefox. I was trying to read AJaX output using the View Generated Source command in Web Developer 1.0.2 and was not seeing what I expected to see. Eventually this debug hack came to mind:trigger_error('<textarea>'.$s.'</textarea>'); The XML output stored in $s would then render in Firefox inside of a textarea element. I finally allowed myself to see the output I wanted to see. You see what happens when Bryan tries to get fancy?

rasx()