Quote Originally Posted by Chrome View Post
Hi

Crikey, you're right, it's in a javascript file... You should be able to see the results in the source of page, near the top... The echo option would have the same effect... Change the code to:
PHP Code:
echo '// DEBUG';
var_dump($pibp); 
Refresh the page, view source then hit CTRL+F and search for DEBUG... Convoluted but it should get you to your data

HTH

Dan
Convoluted is the only way to go - makes life so much more interesting.

When I add the debugging echo, I get // DEBUGstring(7) "15.9500" (and a whole lotta odd W3C errors). But to be honest, have no idea what the debugstring means (or what to do to correct it).

Thanks so much for your time!